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

RuleGroupSourceListDetails

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

Stateful inspection criteria for a domain list rule group.

interface RuleGroupSourceListDetails {
GeneratedRulesType?: string | null;
Targets?: string[] | null;
TargetTypes?: string[] | null;
}

§Properties

§
GeneratedRulesType?: string | null
[src]

Indicates whether to allow or deny access to the domains listed in Targets.

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

The domains that you want to inspect for in your traffic flows. You can provide full domain names, or use the '.' prefix as a wildcard. For example, .example.com matches all domains that end with example.com.

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

The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.