@Stability(value=Stable)
public static interface CfnSecret.ReplicaRegionProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getKmsKeyId()
The ARN, key ID, or alias of the KMS key to encrypt the secret.
|
String |
getRegion()
(Optional) A string that represents a `Region` , for example "us-east-1".
|
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
If you don't include this field, Secrets Manager uses aws/secretsmanager .
@Stability(value=Stable) static CfnSecret.ReplicaRegionProperty.Builder builder()
Copyright © 2022. All rights reserved.