Class: Aws::PaymentCryptography::Types::EnableDefaultKeyReplicationRegionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::EnableDefaultKeyReplicationRegionsInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Input parameters for enabling default key replication regions for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_regions ⇒ Array<String>
The list of Amazon Web Services Regions to enable as default replication regions for the account.
Instance Attribute Details
#replication_regions ⇒ Array<String>
The list of Amazon Web Services Regions to enable as default replication regions for the account.
New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.
424 425 426 427 428 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 424 class EnableDefaultKeyReplicationRegionsInput < Struct.new( :replication_regions) SENSITIVE = [] include Aws::Structure end |