@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.050Z") @Stability(value=Stable) public interface ReplicaRegion 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.kms.*;
import software.amazon.awscdk.services.secretsmanager.*;
Key key;
ReplicaRegion replicaRegion = ReplicaRegion.builder()
.region("region")
// the properties below are optional
.encryptionKey(key)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReplicaRegion.Builder
A builder for
ReplicaRegion |
static class |
ReplicaRegion.Jsii$Proxy
An implementation for
ReplicaRegion |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaRegion.Builder |
builder() |
default IKey |
getEncryptionKey()
The customer-managed encryption key to use for encrypting the secret value.
|
String |
getRegion()
The name of the region.
|
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default IKey getEncryptionKey()
Default: - A default KMS key for the account and region is used.
@Stability(value=Stable) static ReplicaRegion.Builder builder()
ReplicaRegion.Builder of ReplicaRegionCopyright © 2022. All rights reserved.