Backend constructor
Backend({})
Implementation
Backend({
this.balancingMode,
this.capacityScaler,
this.description,
this.failover,
this.group,
this.maxConnections,
this.maxConnectionsPerEndpoint,
this.maxConnectionsPerInstance,
this.maxRate,
this.maxRatePerEndpoint,
this.maxRatePerInstance,
this.maxUtilization,
this.preference,
});