Data Source Credentials
data class DataSourceCredentials(val copySourceArn: String? = null, val credentialPair: DataSourceCredentialPair? = null, val secretArn: String? = null)
Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Constructors
Link copied to clipboard
fun DataSourceCredentials(copySourceArn: String? = null, credentialPair: DataSourceCredentialPair? = null, secretArn: String? = null)