Connection Profile Sql Server Profile Args
data class ConnectionProfileSqlServerProfileArgs(val database: Output<String>, val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileSqlServerProfileArgs>