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

HostHeaderConditionConfig

import type { HostHeaderConditionConfig } from "https://aws-api.deno.dev/v0.4/services/elbv2.ts?docs=full";

Information about a host header condition.

interface HostHeaderConditionConfig {
Values?: string[] | null;
}

§Properties

§
Values?: string[] | null
[src]

The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.