UpdateFirewallRuleRequest
import type { UpdateFirewallRuleRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";interface UpdateFirewallRuleRequest {
Action?: Action | null;
BlockOverrideDnsType?: BlockOverrideDnsType | null;
BlockOverrideDomain?: string | null;
BlockOverrideTtl?: number | null;
BlockResponse?: BlockResponse | null;
FirewallDomainListId: string;
FirewallRuleGroupId: string;
Name?: string | null;
Priority?: number | null;
}§Properties
§
BlockOverrideDnsType?: BlockOverrideDnsType | null
[src]§
BlockResponse?: BlockResponse | null
[src]