Skip to main content

replication_configs_list_only

Lists replication_configs in a region or regions, for all properties use replication_configs

Overview

Namereplication_configs_list_only
TypeResource
DescriptionA replication configuration that you later provide to configure and start a AWS DMS Serverless replication
Idaws.dms.replication_configs_list_only

Fields

NameDatatypeDescription
replication_config_identifierstringA unique identifier of replication configuration
replication_config_arnstringThe Amazon Resource Name (ARN) of the Replication Config
source_endpoint_arnstringThe Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration
target_endpoint_arnstringThe Amazon Resource Name (ARN) of the target endpoint for this AWS DMS Serverless replication configuration
replication_typestringThe type of AWS DMS Serverless replication to provision using this replication configuration
compute_configobjectConfiguration parameters for provisioning a AWS DMS Serverless replication
replication_settingsobjectJSON settings for Servereless replications that are provisioned using this replication configuration
supplemental_settingsobjectJSON settings for specifying supplemental data
resource_identifierstringA unique value or name that you get set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource
table_mappingsobjectJSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration
tagsarray

Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all replication_configs in a region.

SELECT
region,
replication_config_arn
FROM aws.dms.replication_configs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the replication_configs_list_only resource, see replication_configs