def self.
new(key_id : String, primary_region : String)
#
def self.
new(pull : JSON::PullParser)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
Description copied from class Reference
See Object#hash(hasher)
Identifies the current primary key. When the operation completes, this KMS key will be a replica
key.
Specify the key ID or key ARN of a multi-Region primary key.
For example:
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
def
key_id=(key_id : String)
#
Identifies the current primary key. When the operation completes, this KMS key will be a replica
key.
Specify the key ID or key ARN of a multi-Region primary key.
For example:
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
def
primary_region : String
#
The Amazon Web Services Region of the new primary key. Enter the Region ID, such as us-east-1
or ap-southeast-2. There must be an existing replica key in this Region.
When the operation completes, the multi-Region key in this Region will be the primary key.
def
primary_region=(primary_region : String)
#
The Amazon Web Services Region of the new primary key. Enter the Region ID, such as us-east-1
or ap-southeast-2. There must be an existing replica key in this Region.
When the operation completes, the multi-Region key in this Region will be the primary key.