data_provider_tags
Expands all tag keys and values for data_providers
in a region
Overview
Name | data_provider_tags |
Type | Resource |
Description | Resource schema for AWS::DMS::DataProvider |
Id | aws.dms.data_provider_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all data_providers
in a region.
SELECT
region,
data_provider_name,
data_provider_identifier,
data_provider_arn,
data_provider_creation_time,
description,
engine,
exact_settings,
settings,
tag_key,
tag_value
FROM aws.dms.data_provider_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_provider_tags
resource, see data_providers