public static interface CfnSecret.ReplicaRegionProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.secretsmanager.*; ReplicaRegionProperty replicaRegionProperty = ReplicaRegionProperty.builder() .region("region") // the properties below are optional .kmsKeyId("kmsKeyId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSecret.ReplicaRegionProperty.Builder
A builder for
CfnSecret.ReplicaRegionProperty |
static class |
CfnSecret.ReplicaRegionProperty.Jsii$Proxy
An implementation for
CfnSecret.ReplicaRegionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnSecret.ReplicaRegionProperty.Builder |
builder() |
default java.lang.String |
getKmsKeyId()
The ARN, key ID, or alias of the KMS key to encrypt the secret.
|
java.lang.String |
getRegion()
(Optional) A string that represents a `Region` , for example "us-east-1".
|
java.lang.String getRegion()
default java.lang.String getKmsKeyId()
If you don't include this field, Secrets Manager uses aws/secretsmanager
.
static CfnSecret.ReplicaRegionProperty.Builder builder()