Class: Aws::SecretsManager::Types::ReplicateSecretToRegionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::ReplicateSecretToRegionsRequest
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_replica_regions ⇒ Array<Types::ReplicaRegionType>
A list of Regions in which to replicate the secret.
-
#force_overwrite_replica_secret ⇒ Boolean
Specifies whether to overwrite a secret with the same name in the destination Region.
-
#secret_id ⇒ String
The ARN or name of the secret to replicate.
Instance Attribute Details
#add_replica_regions ⇒ Array<Types::ReplicaRegionType>
A list of Regions in which to replicate the secret.
1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1562 class ReplicateSecretToRegionsRequest < Struct.new( :secret_id, :add_replica_regions, :force_overwrite_replica_secret) SENSITIVE = [] include Aws::Structure end |
#force_overwrite_replica_secret ⇒ Boolean
Specifies whether to overwrite a secret with the same name in the destination Region. By default, secrets aren't overwritten.
1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1562 class ReplicateSecretToRegionsRequest < Struct.new( :secret_id, :add_replica_regions, :force_overwrite_replica_secret) SENSITIVE = [] include Aws::Structure end |
#secret_id ⇒ String
The ARN or name of the secret to replicate.
1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1562 class ReplicateSecretToRegionsRequest < Struct.new( :secret_id, :add_replica_regions, :force_overwrite_replica_secret) SENSITIVE = [] include Aws::Structure end |