Gateway Args
data class GatewayArgs(val apiConfig: Output<String>? = null, val displayName: Output<String>? = null, val gatewayId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GatewayArgs>
Creates a new Gateway in a given project and location. Auto-naming is currently not supported for this resource.