Ingress Args
constructor(certId: Output<String>? = null, certIds: Output<String>? = null, defaultRule: Output<IngressDefaultRuleArgs>? = null, description: Output<String>? = null, listenerPort: Output<Int>? = null, listenerProtocol: Output<String>? = null, loadBalanceType: Output<String>? = null, namespaceId: Output<String>? = null, rules: Output<List<IngressRuleArgs>>? = null, slbId: Output<String>? = null)