Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.
class
Amazonite::Kms::MultiRegionConfiguration
- Amazonite::Kms::MultiRegionConfiguration
- Reference
- Object
Overview
Describes the configuration of this multi-Region key. This field appears only when the KMS key is a primary or replica of a multi-Region key.
For more information about any listed KMS key, use the DescribeKey operation.
Included Modules
- JSON::Serializable
Defined in:
kms/multi_region_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(multi_region_key_type : MultiRegionKeyType | Nil = nil, primary_key : MultiRegionKey | Nil = nil, replica_keys : Array(MultiRegionKey) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#multi_region_key_type : MultiRegionKeyType | Nil
Indicates whether the KMS key is a
PRIMARYorREPLICAkey. -
#multi_region_key_type=(multi_region_key_type : MultiRegionKeyType | Nil)
Indicates whether the KMS key is a
PRIMARYorREPLICAkey. -
#primary_key : MultiRegionKey | Nil
Displays the key ARN and Region of the primary key.
-
#primary_key=(primary_key : MultiRegionKey | Nil)
Displays the key ARN and Region of the primary key.
-
#replica_keys : Array(MultiRegionKey) | Nil
displays the key ARNs and Regions of all replica keys.
-
#replica_keys=(replica_keys : Array(MultiRegionKey) | Nil)
displays the key ARNs and Regions of all replica keys.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Indicates whether the KMS key is a PRIMARY or REPLICA key.
Indicates whether the KMS key is a PRIMARY or REPLICA key.
Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.
displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.