AWS::DMS::MigrationProject DataProviderDescriptor - AWS CloudFormation

AWS::DMS::MigrationProject DataProviderDescriptor

Information about a data provider.

Syntax

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

JSON

{ "DataProviderArn" : String, "DataProviderIdentifier" : String, "DataProviderName" : String, "SecretsManagerAccessRoleArn" : String, "SecretsManagerSecretId" : String }

Properties

DataProviderArn

The Amazon Resource Name (ARN) of the data provider.

Required: No

Type: String

Update requires: No interruption

DataProviderIdentifier

Property description not available.

Required: No

Type: String

Update requires: No interruption

DataProviderName

The user-friendly name of the data provider.

Required: No

Type: String

Update requires: No interruption

SecretsManagerAccessRoleArn

The ARN of the role used to access AWS Secrets Manager.

Required: No

Type: String

Update requires: No interruption

SecretsManagerSecretId

The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.

Required: No

Type: String

Update requires: No interruption