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

FirewallRuleGroupAssociation

import type { FirewallRuleGroupAssociation } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";

An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.

interface FirewallRuleGroupAssociation {
Arn?: string | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
FirewallRuleGroupId?: string | null;
Id?: string | null;
ManagedOwnerName?: string | null;
ModificationTime?: string | null;
MutationProtection?: MutationProtectionStatus | null;
Name?: string | null;
Priority?: number | null;
StatusMessage?: string | null;
VpcId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall rule group association.

§
CreationTime?: string | null
[src]

The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).

§
CreatorRequestId?: string | null
[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.

§
FirewallRuleGroupId?: string | null
[src]

The unique identifier of the firewall rule group.

§
Id?: string | null
[src]

The identifier for the association.

§
ManagedOwnerName?: string | null
[src]

The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.

§
ModificationTime?: string | null
[src]

The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).

§
MutationProtection?: MutationProtectionStatus | null
[src]

If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.

§
Name?: string | null
[src]

The name of the association.

§
Priority?: number | null
[src]

The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.

§

The current status of the association.

§
StatusMessage?: string | null
[src]

Additional information about the status of the response, if available.

§
VpcId?: string | null
[src]

The unique identifier of the VPC that is associated with the rule group.