Interface AlloydbClusterAutomatedBackupPolicyEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.281Z") @Stability(Stable) public interface AlloydbClusterAutomatedBackupPolicyEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterAutomatedBackupPolicyEncryptionConfig.BuilderA builder forAlloydbClusterAutomatedBackupPolicyEncryptionConfigstatic classAlloydbClusterAutomatedBackupPolicyEncryptionConfig.Jsii$ProxyAn implementation forAlloydbClusterAutomatedBackupPolicyEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builderbuilder()default StringgetKmsKeyName()The fully-qualified resource name of the KMS key.
-
-
-
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}
-
builder
@Stability(Stable) static AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builder builder()
-
-