| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<ReplicaRegion> |
SnapshotCredentials.getReplicaRegions()
A list of regions where to replicate the generated secret.
|
default List<ReplicaRegion> |
SnapshotCredentialsFromGeneratedPasswordOptions.getReplicaRegions()
A list of regions where to replicate this secret.
|
List<ReplicaRegion> |
SnapshotCredentialsFromGeneratedPasswordOptions.Jsii$Proxy.getReplicaRegions() |
default List<ReplicaRegion> |
DatabaseSecretProps.getReplicaRegions()
A list of regions where to replicate this secret.
|
List<ReplicaRegion> |
DatabaseSecretProps.Jsii$Proxy.getReplicaRegions() |
abstract List<ReplicaRegion> |
Credentials.getReplicaRegions()
A list of regions where to replicate the generated secret.
|
default List<ReplicaRegion> |
CredentialsBaseOptions.getReplicaRegions()
A list of regions where to replicate this secret.
|
List<ReplicaRegion> |
CredentialsBaseOptions.Jsii$Proxy.getReplicaRegions() |
List<ReplicaRegion> |
CredentialsFromUsernameOptions.Jsii$Proxy.getReplicaRegions() |
| 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()
A list of regions where to replicate this secret.
|
List<ReplicaRegion> |
SecretProps.Jsii$Proxy.getReplicaRegions() |
| Modifier and Type | Method and Description |
|---|---|
Secret.Builder |
Secret.Builder.replicaRegions(List<? extends ReplicaRegion> replicaRegions)
A list of regions where to replicate this secret.
|
SecretProps.Builder |
SecretProps.Builder.replicaRegions(List<? extends ReplicaRegion> replicaRegions)
Sets the value of
SecretProps.getReplicaRegions() |
Copyright © 2022. All rights reserved.