Data Source Credentials Args
data class DataSourceCredentialsArgs(val copySourceArn: Output<String>? = null, val credentialPair: Output<DataSourceCredentialPairArgs>? = null, val secretArn: Output<String>? = null) : ConvertibleToJava<DataSourceCredentialsArgs>
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 DataSourceCredentialsArgs(copySourceArn: Output<String>? = null, credentialPair: Output<DataSourceCredentialPairArgs>? = null, secretArn: Output<String>? = null)