Skip to content

Get Default Key Replication Regions

paymentcryptographycontrolplane_get_default_key_replication_regions R Documentation

Retrieves the list of Amazon Web Services Regions where Multi-Region key replication is currently enabled for your Amazon Web Services account

Description

Retrieves the list of Amazon Web Services Regions where Multi-Region key replication is currently enabled for your Amazon Web Services account.

This operation returns the current Multi-Region key replication configuration. New keys created in your account will be automatically replicated to these regions unless explicitly overridden during key creation.

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

Related operations:

  • enable_default_key_replication_regions

  • disable_default_key_replication_regions

Usage

paymentcryptographycontrolplane_get_default_key_replication_regions()

Value

A list with the following syntax:

list(
  EnabledReplicationRegions = list(
    "string"
  )
)

Request syntax

svc$get_default_key_replication_regions()