DataSourceCredentials

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

Constructors

Link copied to clipboard
constructor(copySourceArn: String? = null, credentialPair: DataSourceCredentialsCredentialPair? = 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.