kms_update_primary_region: Changes the primary key of a multi-Region key

View source: R/kms_operations.R

kms_update_primary_regionR Documentation

Changes the primary key of a multi-Region key

Description

Changes the primary key of a multi-Region key.

See https://www.paws-r-sdk.com/docs/kms_update_primary_region/ for full documentation.

Usage

kms_update_primary_region(KeyId, PrimaryRegion)

Arguments

KeyId

[required] 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:

  • Key ID: ⁠mrk-1234abcd12ab34cd56ef1234567890ab⁠

  • Key ARN: ⁠arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab⁠

To get the key ID and key ARN for a KMS key, use list_keys or describe_key.

PrimaryRegion

[required] 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.