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

CreateRuleGroupRequest

import type { CreateRuleGroupRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafv2.ts";
interface CreateRuleGroupRequest {
Capacity: number;
CustomResponseBodies?: {
[key: string]: CustomResponseBody | null | undefined;
}
| null;
Description?: string | null;
Name: string;
Rules?: Rule[] | null;
Scope: Scope;
Tags?: Tag[] | null;
VisibilityConfig: VisibilityConfig;
}

§Properties

§
Capacity: number
[src]
§
CustomResponseBodies?: {
[key: string]: CustomResponseBody | null | undefined;
}
| null
[src]
§
Description?: string | null
[src]
§
Name: string
[src]
§
Rules?: Rule[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
VisibilityConfig: VisibilityConfig
[src]