ElasticLoadBalancer constructor

ElasticLoadBalancer({
  1. List<String>? availabilityZones,
  2. String? dnsName,
  3. List<String>? ec2InstanceIds,
  4. String? elasticLoadBalancerName,
  5. String? layerId,
  6. String? region,
  7. String? stackId,
  8. List<String>? subnetIds,
  9. String? vpcId,
})

Implementation

ElasticLoadBalancer({
  this.availabilityZones,
  this.dnsName,
  this.ec2InstanceIds,
  this.elasticLoadBalancerName,
  this.layerId,
  this.region,
  this.stackId,
  this.subnetIds,
  this.vpcId,
});