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

FirewallPolicyResponse

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

The high-level properties of a firewall policy. This, along with the "FirewallPolicy", define the policy. You can retrieve all objects for a firewall policy by calling "DescribeFirewallPolicy".

interface FirewallPolicyResponse {
ConsumedStatefulRuleCapacity?: number | null;
ConsumedStatelessRuleCapacity?: number | null;
Description?: string | null;
EncryptionConfiguration?: EncryptionConfiguration | null;
FirewallPolicyArn: string;
FirewallPolicyId: string;
FirewallPolicyName: string;
FirewallPolicyStatus?: ResourceStatus | null;
LastModifiedTime?: Date | number | null;
NumberOfAssociations?: number | null;
Tags?: Tag[] | null;
}

§Properties

§
ConsumedStatefulRuleCapacity?: number | null
[src]

The number of capacity units currently consumed by the policy's stateful rules.

§
ConsumedStatelessRuleCapacity?: number | null
[src]

The number of capacity units currently consumed by the policy's stateless rules.

§
Description?: string | null
[src]

A description of the firewall policy.

§
EncryptionConfiguration?: EncryptionConfiguration | null
[src]

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.

§
FirewallPolicyArn: string
[src]

The Amazon Resource Name (ARN) of the firewall policy.

Note: If this response is for a create request that had DryRun set to TRUE, then this ARN is a placeholder that isn't attached to a valid resource.

§
FirewallPolicyId: string
[src]

The unique identifier for the firewall policy.

§
FirewallPolicyName: string
[src]

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

§
FirewallPolicyStatus?: ResourceStatus | null
[src]

The current status of the firewall policy. You can retrieve this for a firewall policy by calling "DescribeFirewallPolicy" and providing the firewall policy's name or ARN.

§
LastModifiedTime?: Date | number | null
[src]

The last time that the firewall policy was changed.

§
NumberOfAssociations?: number | null
[src]

The number of firewalls that are associated with this firewall policy.

§
Tags?: Tag[] | null
[src]

The key:value pairs to associate with the resource.