Connection Profile Postgresql Profile Args
data class ConnectionProfilePostgresqlProfileArgs(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<ConnectionProfilePostgresqlProfileArgs>