BackendArgs

fun BackendArgs(balancingMode: Output<BackendBalancingMode>? = null, capacityScaler: Output<Double>? = null, description: Output<String>? = null, failover: Output<Boolean>? = null, group: Output<String>? = null, maxConnections: Output<Int>? = null, maxConnectionsPerEndpoint: Output<Int>? = null, maxConnectionsPerInstance: Output<Int>? = null, maxRate: Output<Int>? = null, maxRatePerEndpoint: Output<Double>? = null, maxRatePerInstance: Output<Double>? = null, maxUtilization: Output<Double>? = null)