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_name | string | The property describes a name to identify the data provider. |
data_provider_identifier | string | The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn |
data_provider_arn | string | The data provider ARN. |
data_provider_creation_time | string | The data provider creation time. |
description | string | The optional description of the data provider. |
engine | string | The property describes a data engine for the data provider. |
exact_settings | boolean | The property describes the exact settings which can be modified |
settings | object | The property identifies the exact type of settings for the data provider. |
tags | array | An array of key-value pairs to apply to this resource. |
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