Application Credential Args
data class ApplicationCredentialArgs(val credentialType: Output<ApplicationCredentialCredentialType>? = null, val databaseName: Output<String>? = null, val secretId: Output<String>? = null) : ConvertibleToJava<ApplicationCredentialArgs>
Constructors
Link copied to clipboard
constructor(credentialType: Output<ApplicationCredentialCredentialType>? = null, databaseName: Output<String>? = null, secretId: Output<String>? = null)