DataSourceCredentialsArgs

data class DataSourceCredentialsArgs(val copySourceArn: Output<String>? = null, val credentialPair: Output<DataSourceCredentialsCredentialPairArgs>? = null) : ConvertibleToJava<DataSourceCredentialsArgs>

Constructors

Link copied to clipboard
constructor(copySourceArn: Output<String>? = null, credentialPair: Output<DataSourceCredentialsCredentialPairArgs>? = null)

Properties

Link copied to clipboard
val copySourceArn: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceCredentialsArgs