Target Group Args
constructor(healthCheckEnabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckPath: Output<String>? = null, healthCheckPort: Output<String>? = null, healthCheckProtocol: Output<String>? = null, healthCheckTimeoutSeconds: Output<Int>? = null, healthyThresholdCount: Output<Int>? = null, ipAddressType: Output<String>? = null, matcher: Output<TargetGroupMatcherArgs>? = null, name: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, protocolVersion: Output<String>? = null, tags: Output<List<TagArgs>>? = null, targetGroupAttributes: Output<List<TargetGroupAttributeArgs>>? = null, targetType: Output<String>? = null, targets: Output<List<TargetGroupTargetDescriptionArgs>>? = null, unhealthyThresholdCount: Output<Int>? = null, vpcId: Output<String>? = null)