AWS::DMS::DataProviderResource schema for AWS::DMS::DataProvider
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Engine | string | Required |
DataProviderIdentifier | string | Write-only |
DataProviderName | string | |
Description | string | |
ExactSettings | boolean | Write-only |
Settings | Any | Any | Any | Any | Any | Any | Any | Any | Any | Any | Any | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DataProviderArn | string | The data provider ARN. |
DataProviderCreationTime | string | The data provider creation time. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::DataProvider
Resources:
MyResource:
Type: AWS::DMS::DataProvider
Properties:
Engine: "aurora"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
dms:CreateDataProviderdms:ListDataProvidersdms:DescribeDataProvidersdms:AddTagsToResourcedms:ListTagsForResourceiam:GetRoleiam:PassRoledms:ListDataProvidersdms:DescribeDataProvidersdms:ListTagsForResourcedms:UpdateDataProviderdms:ModifyDataProviderdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourcedms:DeleteDataProviderdms:ListDataProvidersdms:DescribeDataProvidersdms:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDataProviderArn