Class IntegrationsClientCloudKmsConfig.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getKey

        public final String getKey()
        Description copied from interface: IntegrationsClientCloudKmsConfig
        A Cloud KMS key is a named object containing one or more key versions, along with metadata for the key.

        A key exists on exactly one key ring tied to a specific location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#key IntegrationsClient#key}

        Specified by:
        getKey in interface IntegrationsClientCloudKmsConfig
      • getKmsLocation

        public final String getKmsLocation()
        Description copied from interface: IntegrationsClientCloudKmsConfig
        Location name of the key ring, e.g. "us-west1".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#kms_location IntegrationsClient#kms_location}

        Specified by:
        getKmsLocation in interface IntegrationsClientCloudKmsConfig
      • getKmsRing

        public final String getKmsRing()
        Description copied from interface: IntegrationsClientCloudKmsConfig
        A key ring organizes keys in a specific Google Cloud location and allows you to manage access control on groups of keys.

        A key ring's name does not need to be unique across a Google Cloud project, but must be unique within a given location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#kms_ring IntegrationsClient#kms_ring}

        Specified by:
        getKmsRing in interface IntegrationsClientCloudKmsConfig
      • getKeyVersion

        public final String getKeyVersion()
        Description copied from interface: IntegrationsClientCloudKmsConfig
        Each version of a key contains key material used for encryption or signing.

        A key's version is represented by an integer, starting at 1. To decrypt data or verify a signature, you must use the same key version that was used to encrypt or sign the data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#key_version IntegrationsClient#key_version}

        Specified by:
        getKeyVersion in interface IntegrationsClientCloudKmsConfig
      • getKmsProjectId

        public final String getKmsProjectId()
        Description copied from interface: IntegrationsClientCloudKmsConfig
        The Google Cloud project id of the project where the kms key stored.

        If empty, the kms key is stored at the same project as customer's project and ecrypted with CMEK, otherwise, the kms key is stored in the tenant project and encrypted with GMEK. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#kms_project_id IntegrationsClient#kms_project_id}

        Specified by:
        getKmsProjectId in interface IntegrationsClientCloudKmsConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object