ModifyTargetGroupInput
import type { ModifyTargetGroupInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elbv2.ts";interface ModifyTargetGroupInput {
HealthCheckEnabled?: boolean | null;
HealthCheckIntervalSeconds?: number | null;
HealthCheckPath?: string | null;
HealthCheckPort?: string | null;
HealthCheckProtocol?: ProtocolEnum | null;
HealthCheckTimeoutSeconds?: number | null;
HealthyThresholdCount?: number | null;
Matcher?: Matcher | null;
TargetGroupArn: string;
UnhealthyThresholdCount?: number | null;
}§Properties
§
HealthCheckProtocol?: ProtocolEnum | null
[src]