Migration Project Data Provider Descriptor Args
data class MigrationProjectDataProviderDescriptorArgs(val dataProviderArn: Output<String>? = null, val dataProviderIdentifier: Output<String>? = null, val dataProviderName: Output<String>? = null, val secretsManagerAccessRoleArn: Output<String>? = null, val secretsManagerSecretId: Output<String>? = null) : ConvertibleToJava<MigrationProjectDataProviderDescriptorArgs>
It is an object that describes Source and Target DataProviders and credentials for connecting to databases that are used in MigrationProject
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the data provider.
Link copied to clipboard
Link copied to clipboard
The user-friendly name of the data provider.
Link copied to clipboard
The ARN of the role used to access AWS Secrets Manager.
Link copied to clipboard
The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.