LoadBalancer constructor
LoadBalancer({
- List<
AvailabilityZone> ? availabilityZones, - String? canonicalHostedZoneId,
- DateTime? createdTime,
- String? customerOwnedIpv4Pool,
- String? dNSName,
- IpAddressType? ipAddressType,
- String? loadBalancerArn,
- String? loadBalancerName,
- LoadBalancerSchemeEnum? scheme,
- List<
String> ? securityGroups, - LoadBalancerState? state,
- LoadBalancerTypeEnum? type,
- 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,
});