LoadBalancer constructor

LoadBalancer({
  1. String? arn,
  2. Map<LoadBalancerAttributeName, String>? configurationOptions,
  3. DateTime? createdAt,
  4. String? dnsName,
  5. String? healthCheckPath,
  6. List<InstanceHealthSummary>? instanceHealthSummary,
  7. int? instancePort,
  8. ResourceLocation? location,
  9. String? name,
  10. LoadBalancerProtocol? protocol,
  11. List<int>? publicPorts,
  12. ResourceType? resourceType,
  13. LoadBalancerState? state,
  14. String? supportCode,
  15. List<Tag>? tags,
  16. 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,
});