Interface AlloydbClusterEncryptionConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AlloydbClusterEncryptionConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.289Z")
    @Stability(Stable)
    public interface AlloydbClusterEncryptionConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getKmsKeyName

        @Stability(Stable)
        @Nullable
        default String getKmsKeyName()
        The fully-qualified resource name of the KMS key.

        Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#kms_key_name AlloydbCluster#kms_key_name}