DataSourceCredentials

data class DataSourceCredentials(val copySourceArn: String? = null, val credentialPair: DataSourceCredentialsCredentialPair? = null, val secretArn: String? = null)

Constructors

Link copied to clipboard
constructor(copySourceArn: String? = null, credentialPair: DataSourceCredentialsCredentialPair? = null, secretArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val copySourceArn: String? = null

The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When the value is not null, the credential_pair from the data source in the ARN is used.

Link copied to clipboard

Credential pair. See Credential Pair below for more details.

Link copied to clipboard
val secretArn: String? = null

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.