Skip to content

Enable Default Key Replication Regions

paymentcryptographycontrolplane_enable_default_key_replication_regions R Documentation

Enables Multi-Region key replication settings for your Amazon Web Services account, causing new keys to be automatically replicated to the specified Amazon Web Services Regions when created

Description

Enables Multi-Region key replication settings for your Amazon Web Services account, causing new keys to be automatically replicated to the specified Amazon Web Services Regions when created.

When Multi-Region key replication are enabled, any new keys created in your account will automatically be replicated to these regions unless you explicitly override this behavior during key creation. This simplifies key management for applications that operate across multiple regions.

Existing keys are not affected by this operation - only keys created after enabling default replication will be automatically replicated.

Cross-account use: This operation can't be used across different Amazon Web Services accounts.

Related operations:

  • disable_default_key_replication_regions

  • get_default_key_replication_regions

Usage

paymentcryptographycontrolplane_enable_default_key_replication_regions(
  ReplicationRegions)

Arguments

ReplicationRegions

[required] The list of Amazon Web Services Regions to enable as default replication regions for the Amazon Web Services account for Multi-Region key replication.

New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

Value

A list with the following syntax:

list(
  EnabledReplicationRegions = list(
    "string"
  )
)

Request syntax

svc$enable_default_key_replication_regions(
  ReplicationRegions = list(
    "string"
  )
)