@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.237Z") @Stability(value=Experimental) 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()
(experimental) The customer-managed encryption key to use for encrypting the secret value.
|
String |
getRegion()
(experimental) The name of the region.
|
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - A default KMS key for the account and region is used.
@Stability(value=Experimental) static ReplicaRegion.Builder builder()
ReplicaRegion.Builder of ReplicaRegionCopyright © 2022. All rights reserved.