Skip to main content

data_providers_list_only

Lists data_providers in a region or regions, for all properties use data_providers

Overview

Namedata_providers_list_only
TypeResource
DescriptionResource schema for AWS::DMS::DataProvider
Idaws.dms.data_providers_list_only

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.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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