ApplicationCredentialArgs

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
fun ApplicationCredentialArgs(credentialType: Output<ApplicationCredentialCredentialType>? = null, databaseName: Output<String>? = null, secretId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val databaseName: Output<String>? = null
Link copied to clipboard
val secretId: Output<String>? = null