LoadBalancer constructor
LoadBalancer({
- String? arn,
- Map<
LoadBalancerAttributeName, String> ? configurationOptions, - DateTime? createdAt,
- String? dnsName,
- String? healthCheckPath,
- List<
InstanceHealthSummary> ? instanceHealthSummary, - int? instancePort,
- ResourceLocation? location,
- String? name,
- LoadBalancerProtocol? protocol,
- List<
int> ? publicPorts, - ResourceType? resourceType,
- LoadBalancerState? state,
- String? supportCode,
- List<
Tag> ? tags, - List<
LoadBalancerTlsCertificateSummary> ? tlsCertificateSummaries,
Implementation
LoadBalancer({
this.arn,
this.configurationOptions,
this.createdAt,
this.dnsName,
this.healthCheckPath,
this.instanceHealthSummary,
this.instancePort,
this.location,
this.name,
this.protocol,
this.publicPorts,
this.resourceType,
this.state,
this.supportCode,
this.tags,
this.tlsCertificateSummaries,
});