| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicaRegion.Jsii$Proxy
An implementation for
ReplicaRegion |
| Modifier and Type | Method and Description |
|---|---|
ReplicaRegion |
ReplicaRegion.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ReplicaRegion> |
SecretProps.getReplicaRegions()
(experimental) A list of regions where to replicate this secret.
|
List<ReplicaRegion> |
SecretProps.Jsii$Proxy.getReplicaRegions() |
| Modifier and Type | Method and Description |
|---|---|
SecretProps.Builder |
SecretProps.Builder.replicaRegions(List<? extends ReplicaRegion> replicaRegions)
Sets the value of
SecretProps.getReplicaRegions() |
Secret.Builder |
Secret.Builder.replicaRegions(List<? extends ReplicaRegion> replicaRegions)
(experimental) A list of regions where to replicate this secret.
|
| Constructor and Description |
|---|
Jsii$Proxy(String description,
IKey encryptionKey,
SecretStringGenerator generateSecretString,
RemovalPolicy removalPolicy,
List<? extends ReplicaRegion> replicaRegions,
String secretName)
Constructor that initializes the object based on literal property values passed by the
SecretProps.Builder. |
Copyright © 2021. All rights reserved.