Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
HealthCheckEnabled?: boolean | null
[src]
§
HealthCheckIntervalSeconds?: number | null
[src]
§
HealthCheckPath?: string | null
[src]
§
HealthCheckPort?: string | null
[src]
§
HealthCheckProtocol?: ProtocolEnum | null
[src]
§
HealthCheckTimeoutSeconds?: number | null
[src]
§
HealthyThresholdCount?: number | null
[src]
§
Matcher?: Matcher | null
[src]
§
TargetGroupArn: string
[src]
§
UnhealthyThresholdCount?: number | null
[src]