App Ingress
constructor(allowInsecureConnections: Boolean? = null, clientCertificateMode: String? = null, customDomains: List<AppIngressCustomDomain>? = null, exposedPort: Int? = null, externalEnabled: Boolean? = null, fqdn: String? = null, ipSecurityRestrictions: List<AppIngressIpSecurityRestriction>? = null, targetPort: Int, trafficWeights: List<AppIngressTrafficWeight>, transport: String? = null)