App Ingress Args
fun AppIngressArgs(allowInsecureConnections: Output<Boolean>? = null, customDomain: Output<AppIngressCustomDomainArgs>? = null, externalEnabled: Output<Boolean>? = null, fqdn: Output<String>? = null, targetPort: Output<Int>, trafficWeights: Output<List<AppIngressTrafficWeightArgs>>, transport: Output<String>? = null)