replication_configs_list_only
Lists replication_configs in a region or regions, for all properties use replication_configs
Overview
| Name | replication_configs_list_only |
| Type | Resource |
| Description | A replication configuration that you later provide to configure and start a AWS DMS Serverless replication |
| Id | aws.dms.replication_configs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
replication_config_arn | string | The Amazon Resource Name (ARN) of the Replication Config |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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