Interface AlloydbBackupEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbBackupEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.267Z") @Stability(Stable) public interface AlloydbBackupEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbBackupEncryptionConfig.BuilderA builder forAlloydbBackupEncryptionConfigstatic classAlloydbBackupEncryptionConfig.Jsii$ProxyAn implementation forAlloydbBackupEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbBackupEncryptionConfig.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_backup#kms_key_name AlloydbBackup#kms_key_name}
-
builder
@Stability(Stable) static AlloydbBackupEncryptionConfig.Builder builder()
-
-