AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::DataProvider

DMS DataProvider

Resource schema for AWS::DMS::DataProvider

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DataProviderArnstringThe data provider ARN.
DataProviderCreationTimestringThe data provider creation time.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

dms:CreateDataProviderdms:ListDataProvidersdms:DescribeDataProvidersdms:AddTagsToResourcedms:ListTagsForResourceiam:GetRoleiam:PassRole

read

dms:ListDataProvidersdms:DescribeDataProvidersdms:ListTagsForResource

update

dms:UpdateDataProviderdms:ModifyDataProviderdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResource

delete

dms:DeleteDataProvider

list

dms:ListDataProvidersdms:DescribeDataProvidersdms:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDMS
Properties9
Required1
TaggingSupported
Primary IDDataProviderArn

Supported Operations

CreateReadUpdateDeleteList

External Links