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

FirewallRuleGroupMetadata

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

Minimal high-level information for a firewall rule group. The action "ListFirewallRuleGroups" returns an array of these objects.

To retrieve full information for a firewall rule group, call "GetFirewallRuleGroup" and "ListFirewallRules".

interface FirewallRuleGroupMetadata {
Arn?: string | null;
CreatorRequestId?: string | null;
Id?: string | null;
Name?: string | null;
OwnerId?: string | null;
ShareStatus?: ShareStatus | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
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.

§
Id?: string | null
[src]

The ID of the rule group.

§
Name?: string | null
[src]

The name of the rule group.

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

§
ShareStatus?: ShareStatus | null
[src]

Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).