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

IPSetReference

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

Configures one or more IP set references for a Suricata-compatible rule group. This is used in "CreateRuleGroup" or "UpdateRuleGroup". An IP set reference is a rule variable that references a resource that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the IP set you are referencing in your rule, Network Firewall automatically updates the rule's content with the changes. For more information about IP set references in Network Firewall, see Using IP set references in the Network Firewall Developer Guide.

Network Firewall currently supports only Amazon VPC prefix lists as IP set references.

interface IPSetReference {
ReferenceArn?: string | null;
}

§Properties

§
ReferenceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.