Skip to content

Disable Default Key Replication Regions

paymentcryptographycontrolplane_disable_default_key_replication_regions R Documentation

Disables Multi-Region key replication settings for the specified Amazon Web Services Regions in your Amazon Web Services account, preventing new keys from being automatically replicated to those regions

Description

Disables Multi-Region key replication settings for the specified Amazon Web Services Regions in your Amazon Web Services account, preventing new keys from being automatically replicated to those regions.

After disabling Multi-Region key replication for specific regions, new keys created in your account will not be automatically replicated to those regions. You can still manually add replication to those regions for individual keys using the add_key_replication_regions operation.

This operation does not affect existing keys or their current replication configuration.

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

Related operations:

  • enable_default_key_replication_regions

  • get_default_key_replication_regions

Usage

paymentcryptographycontrolplane_disable_default_key_replication_regions(
  ReplicationRegions)

Arguments

ReplicationRegions

[required] The list of Amazon Web Services Regions to remove from the account's default replication regions.

New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

Value

A list with the following syntax:

list(
  EnabledReplicationRegions = list(
    "string"
  )
)

Request syntax

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