LoadBalancer constructor

LoadBalancer({
  1. List<AvailabilityZone>? availabilityZones,
  2. String? canonicalHostedZoneId,
  3. DateTime? createdTime,
  4. String? customerOwnedIpv4Pool,
  5. String? dNSName,
  6. IpAddressType? ipAddressType,
  7. String? loadBalancerArn,
  8. String? loadBalancerName,
  9. LoadBalancerSchemeEnum? scheme,
  10. List<String>? securityGroups,
  11. LoadBalancerState? state,
  12. LoadBalancerTypeEnum? type,
  13. String? vpcId,
})

Implementation

LoadBalancer({
  this.availabilityZones,
  this.canonicalHostedZoneId,
  this.createdTime,
  this.customerOwnedIpv4Pool,
  this.dNSName,
  this.ipAddressType,
  this.loadBalancerArn,
  this.loadBalancerName,
  this.scheme,
  this.securityGroups,
  this.state,
  this.type,
  this.vpcId,
});