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

CreateFirewallRuleGroupRequest

import type { CreateFirewallRuleGroupRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface CreateFirewallRuleGroupRequest {
CreatorRequestId: string;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
CreatorRequestId: string
[src]

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

§
Name: string
[src]

A name that lets you identify the rule group, to manage and use it.

§
Tags?: Tag[] | null
[src]

A list of the tag keys and values that you want to associate with the rule group.