Aws Elastic Load Balancing V2Target Group Properties Response
constructor(healthCheckEnabled: Boolean? = null, healthCheckIntervalSeconds: Int? = null, healthCheckPath: String? = null, healthCheckPort: String? = null, healthCheckProtocol: String? = null, healthCheckTimeoutSeconds: Int? = null, healthyThresholdCount: Int? = null, ipAddressType: String? = null, loadBalancerArns: List<String>? = null, matcher: MatcherResponse? = null, name: String? = null, port: Int? = null, protocol: String? = null, protocolVersion: String? = null, tags: List<TagResponse>? = null, targetGroupArn: String? = null, targetGroupAttributes: List<TargetGroupAttributeResponse>? = null, targetGroupFullName: String? = null, targetGroupName: String? = null, targetType: String? = null, targets: List<TargetDescriptionResponse>? = null, unhealthyThresholdCount: Int? = null, vpcId: String? = null)