Skip to main content

data_provider

Gets an individual data_provider resource

Overview

Namedata_provider
TypeResource
Descriptiondata_provider
Idawscc.dms.data_provider

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
data_provider_name,
data_provider_identifier,
data_provider_arn,
data_provider_creation_time,
description,
engine,
exact_settings,
settings,
tags
FROM awscc.dms.data_provider
WHERE data__Identifier = '<DataProviderArn>';

Permissions

To operate on the data_provider resource, the following permissions are required:

Read

dms:ListDataProviders,
dms:DescribeDataProviders,
dms:ListTagsForResource

Update

dms:UpdateDataProvider,
dms:ModifyDataProvider,
dms:AddTagsToResource,
dms:RemoveTagsToResource,
dms:ListTagsForResource

Delete

dms:DeleteDataProvider