AWS::DMS::MigrationProject DataProviderDescriptor
Information about a data provider.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DataProviderArn" :
String
, "DataProviderIdentifier" :String
, "DataProviderName" :String
, "SecretsManagerAccessRoleArn" :String
, "SecretsManagerSecretId" :String
}
YAML
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 Amazon Secrets Manager.
Required: No
Type: String
Update requires: No interruption
SecretsManagerSecretId
-
The identifier of the Amazon Secrets Manager Secret used to store access credentials for the data provider.
Required: No
Type: String
Update requires: No interruption