TargetGroupHealthCheckConfigArgs

constructor(enabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckTimeoutSeconds: Output<Int>? = null, healthyThresholdCount: Output<Int>? = null, matcher: Output<TargetGroupMatcherArgs>? = null, path: Output<String>? = null, port: Output<Int>? = null, protocol: Output<TargetGroupHealthCheckConfigProtocol>? = null, protocolVersion: Output<TargetGroupHealthCheckConfigProtocolVersion>? = null, unhealthyThresholdCount: Output<Int>? = null)