AWS::DMS::MigrationProject DataProviderDescriptor - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DMS::MigrationProject DataProviderDescriptor

Information about a data provider.

Syntax

To declare this entity in your 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