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

CreateFirewallRuleRequest

import type { CreateFirewallRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/route53resolver.ts";
interface CreateFirewallRuleRequest {
Action: Action;
BlockOverrideDnsType?: BlockOverrideDnsType | null;
BlockOverrideDomain?: string | null;
BlockOverrideTtl?: number | null;
BlockResponse?: BlockResponse | null;
CreatorRequestId: string;
FirewallDomainListId: string;
FirewallRuleGroupId: string;
Name: string;
Priority: number;
}

§Properties

§
BlockOverrideDnsType?: BlockOverrideDnsType | null
[src]
§
BlockOverrideDomain?: string | null
[src]
§
BlockOverrideTtl?: number | null
[src]
§
BlockResponse?: BlockResponse | null
[src]
§
CreatorRequestId: string
[src]
§
FirewallDomainListId: string
[src]
§
FirewallRuleGroupId: string
[src]
§
Name: string
[src]
§
Priority: number
[src]