data_providers_list_only
Lists data_providers
in a region or regions, for all properties use data_providers
Overview
Name | data_providers_list_only |
Type | Resource |
Description | Resource schema for AWS::DMS::DataProvider |
Id | aws.dms.data_providers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
data_provider_arn | string | The data provider ARN. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all data_providers
in a region.
SELECT
region,
data_provider_arn
FROM aws.dms.data_providers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_providers_list_only
resource, see data_providers