Interface SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.655Z") @Stability(Stable) public interface SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption.Builderstatic classSecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption.Jsii$ProxyAn implementation forSecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption.Builderbuilder()StringgetKmsKeyName()Describes the Cloud KMS encryption key that will be used to protect destination secret.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
Describes the Cloud KMS encryption key that will be used to protect destination secret.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#kms_key_name SecretManagerSecret#kms_key_name}
-
builder
@Stability(Stable) static SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption.Builder builder()
-
-