TargetGroup constructor

TargetGroup({
  1. bool? healthCheckEnabled,
  2. int? healthCheckIntervalSeconds,
  3. String? healthCheckPath,
  4. String? healthCheckPort,
  5. ProtocolEnum? healthCheckProtocol,
  6. int? healthCheckTimeoutSeconds,
  7. int? healthyThresholdCount,
  8. List<String>? loadBalancerArns,
  9. Matcher? matcher,
  10. int? port,
  11. ProtocolEnum? protocol,
  12. String? protocolVersion,
  13. String? targetGroupArn,
  14. String? targetGroupName,
  15. TargetTypeEnum? targetType,
  16. int? unhealthyThresholdCount,
  17. String? vpcId,
})

Implementation

TargetGroup({
  this.healthCheckEnabled,
  this.healthCheckIntervalSeconds,
  this.healthCheckPath,
  this.healthCheckPort,
  this.healthCheckProtocol,
  this.healthCheckTimeoutSeconds,
  this.healthyThresholdCount,
  this.loadBalancerArns,
  this.matcher,
  this.port,
  this.protocol,
  this.protocolVersion,
  this.targetGroupArn,
  this.targetGroupName,
  this.targetType,
  this.unhealthyThresholdCount,
  this.vpcId,
});