Skip to main content

data_provider_tags

Expands all tag keys and values for data_providers in a region

Overview

Namedata_provider_tags
TypeResource
DescriptionResource schema for AWS::DMS::DataProvider
Idaws.dms.data_provider_tags

Fields

NameDatatypeDescription
data_provider_namestringThe property describes a name to identify the data provider.
data_provider_identifierstringThe property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
data_provider_arnstringThe data provider ARN.
data_provider_creation_timestringThe data provider creation time.
descriptionstringThe optional description of the data provider.
enginestringThe property describes a data engine for the data provider.
exact_settingsbooleanThe property describes the exact settings which can be modified
settingsobjectThe property identifies the exact type of settings for the data provider.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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