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

CreateIPSetRequest

import type { CreateIPSetRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateIPSetRequest {
Activate: boolean;
ClientToken?: string | null;
DetectorId: string;
Format: IpSetFormat;
Location: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Activate: boolean
[src]

A Boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.

§
ClientToken?: string | null
[src]

The idempotency token for the create request.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.

§

The format of the file that contains the IPSet.

§
Location: string
[src]

The URI of the file that contains the IPSet.

§
Name: string
[src]

The user-friendly name to identify the IPSet.

Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to be added to a new IP set resource.