App Ingress Args
constructor(allowInsecureConnections: Output<Boolean>? = null, clientCertificateMode: Output<String>? = null, customDomains: Output<List<AppIngressCustomDomainArgs>>? = null, exposedPort: Output<Int>? = null, externalEnabled: Output<Boolean>? = null, fqdn: Output<String>? = null, ipSecurityRestrictions: Output<List<AppIngressIpSecurityRestrictionArgs>>? = null, targetPort: Output<Int>, trafficWeights: Output<List<AppIngressTrafficWeightArgs>>, transport: Output<String>? = null)