Listener constructor

Listener({
  1. List<String>? alpnPolicy,
  2. List<Certificate>? certificates,
  3. List<Action>? defaultActions,
  4. String? listenerArn,
  5. String? loadBalancerArn,
  6. int? port,
  7. ProtocolEnum? protocol,
  8. String? sslPolicy,
})

Implementation

Listener({
  this.alpnPolicy,
  this.certificates,
  this.defaultActions,
  this.listenerArn,
  this.loadBalancerArn,
  this.port,
  this.protocol,
  this.sslPolicy,
});