AWS::DMS::Endpoint DynamoDbSettings - AWS CloudFormation

AWS::DMS::Endpoint DynamoDbSettings

Provides information, including the Amazon Resource Name (ARN) of the IAM role used to define an Amazon DynamoDB target endpoint. This information also includes the output format of records applied to the endpoint and details of transaction and control table data information. For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ServiceAccessRoleArn" : String }

YAML

ServiceAccessRoleArn: String

Properties

ServiceAccessRoleArn

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

Required: No

Type: String

Update requires: No interruption