App Connection Gateway Args
data class AppConnectionGatewayArgs(val appGateway: Output<String>, val ingressPort: Output<Int>? = null, val type: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<AppConnectionGatewayArgs>