data_provider
Gets an individual data_provider
resource
Overview
Name | data_provider |
Type | Resource |
Description | data_provider |
Id | awscc.dms.data_provider |
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
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