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]§
BlockResponse?: BlockResponse | null
[src]