View source: R/kms_operations.R
kms_update_primary_region | R Documentation |
Changes the primary key of a multi-Region key.
See https://www.paws-r-sdk.com/docs/kms_update_primary_region/ for full documentation.
kms_update_primary_region(KeyId, PrimaryRegion)
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:
To get the key ID and key ARN for a KMS key, use
|
PrimaryRegion |
[required] The Amazon Web Services Region of the new primary key. Enter the Region
ID, such as When the operation completes, the multi-Region key in this Region will be the primary key. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.