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

CreateTargetGroupInput

import type { CreateTargetGroupInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elbv2.ts";
interface CreateTargetGroupInput {
HealthCheckEnabled?: boolean | null;
HealthCheckIntervalSeconds?: number | null;
HealthCheckPath?: string | null;
HealthCheckPort?: string | null;
HealthCheckProtocol?: ProtocolEnum | null;
HealthCheckTimeoutSeconds?: number | null;
HealthyThresholdCount?: number | null;
Matcher?: Matcher | null;
Name: string;
Port?: number | null;
Protocol?: ProtocolEnum | null;
ProtocolVersion?: string | null;
Tags?: Tag[] | null;
TargetType?: TargetTypeEnum | null;
UnhealthyThresholdCount?: number | null;
VpcId?: string | 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]
§
Name: string
[src]
§
Port?: number | null
[src]
§
Protocol?: ProtocolEnum | null
[src]
§
ProtocolVersion?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
TargetType?: TargetTypeEnum | null
[src]
§
UnhealthyThresholdCount?: number | null
[src]
§
VpcId?: string | null
[src]