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
§
HealthCheckProtocol?: ProtocolEnum | null
[src]§
Protocol?: ProtocolEnum | null
[src]§
TargetType?: TargetTypeEnum | null
[src]