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

UpdateIpRestrictionRequest

import type { UpdateIpRestrictionRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateIpRestrictionRequest {
AwsAccountId: string;
Enabled?: boolean | null;
IpRestrictionRuleMap?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the IP rules.

§
Enabled?: boolean | null
[src]

A value that specifies whether IP rules are turned on.

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

A map that describes the updated IP rules with CIDR ranges and descriptions.