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

RuleGroupVariablesIpSetsDetails

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

A list of IP addresses and address ranges, in CIDR notation.

interface RuleGroupVariablesIpSetsDetails {
Definition?: string[] | null;
}

§Properties

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

The list of IP addresses and ranges.