Get Target Group Result
constructor(healthCheckEnabled: Boolean? = null, healthCheckIntervalSeconds: Int? = null, healthCheckPath: String? = null, healthCheckPort: String? = null, healthCheckProtocol: String? = null, healthCheckTimeoutSeconds: Int? = null, healthyThresholdCount: Int? = null, loadBalancerArns: List<String>? = null, matcher: TargetGroupMatcher? = null, tags: List<Tag>? = null, targetGroupArn: String? = null, targetGroupAttributes: List<TargetGroupAttribute>? = null, targetGroupFullName: String? = null, targetGroupName: String? = null, targets: List<TargetGroupTargetDescription>? = null, unhealthyThresholdCount: Int? = null)