TargetGroup constructor
TargetGroup({
- bool? healthCheckEnabled,
- int? healthCheckIntervalSeconds,
- String? healthCheckPath,
- String? healthCheckPort,
- ProtocolEnum? healthCheckProtocol,
- int? healthCheckTimeoutSeconds,
- int? healthyThresholdCount,
- List<
String> ? loadBalancerArns, - Matcher? matcher,
- int? port,
- ProtocolEnum? protocol,
- String? protocolVersion,
- String? targetGroupArn,
- String? targetGroupName,
- TargetTypeEnum? targetType,
- int? unhealthyThresholdCount,
- 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,
});