Ingress Args
constructor(allowInsecure: Output<Boolean>? = null, clientCertificateMode: Output<Either<String, IngressClientCertificateMode>>? = null, corsPolicy: Output<CorsPolicyArgs>? = null, customDomains: Output<List<CustomDomainArgs>>? = null, exposedPort: Output<Int>? = null, external: Output<Boolean>? = null, ipSecurityRestrictions: Output<List<IpSecurityRestrictionRuleArgs>>? = null, targetPort: Output<Int>? = null, traffic: Output<List<TrafficWeightArgs>>? = null, transport: Output<Either<String, IngressTransportMethod>>? = null)