Db Proxy Auth Format Args
data class DbProxyAuthFormatArgs(val authScheme: Output<DbProxyAuthFormatAuthScheme>? = null, val clientPasswordAuthType: Output<DbProxyAuthFormatClientPasswordAuthType>? = null, val description: Output<String>? = null, val iamAuth: Output<DbProxyAuthFormatIamAuth>? = null, val secretArn: Output<String>? = null) : ConvertibleToJava<DbProxyAuthFormatArgs>
Constructors
Link copied to clipboard
fun DbProxyAuthFormatArgs(authScheme: Output<DbProxyAuthFormatAuthScheme>? = null, clientPasswordAuthType: Output<DbProxyAuthFormatClientPasswordAuthType>? = null, description: Output<String>? = null, iamAuth: Output<DbProxyAuthFormatIamAuth>? = null, secretArn: Output<String>? = null)