App Ingress Args
data class AppIngressArgs(val allowInsecureConnections: Output<Boolean>? = null, val customDomain: Output<AppIngressCustomDomainArgs>? = null, val externalEnabled: Output<Boolean>? = null, val fqdn: Output<String>? = null, val targetPort: Output<Int>, val trafficWeights: Output<List<AppIngressTrafficWeightArgs>>, val transport: Output<String>? = null) : ConvertibleToJava<AppIngressArgs>
Constructors
Link copied to clipboard
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)