MigrationProjectDataProviderDescriptor

data class MigrationProjectDataProviderDescriptor(val dataProviderArn: String? = null, val dataProviderIdentifier: String? = null, val dataProviderName: String? = null, val secretsManagerAccessRoleArn: String? = null, val secretsManagerSecretId: String? = null)

It is an object that describes Source and Target DataProviders and credentials for connecting to databases that are used in MigrationProject

Constructors

Link copied to clipboard
constructor(dataProviderArn: String? = null, dataProviderIdentifier: String? = null, dataProviderName: String? = null, secretsManagerAccessRoleArn: String? = null, secretsManagerSecretId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataProviderArn: String? = null

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.