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

AwsNetworkFirewallFirewallDetails

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

Details about an Network Firewall firewall.

interface AwsNetworkFirewallFirewallDetails {
DeleteProtection?: boolean | null;
Description?: string | null;
FirewallArn?: string | null;
FirewallId?: string | null;
FirewallName?: string | null;
FirewallPolicyArn?: string | null;
FirewallPolicyChangeProtection?: boolean | null;
SubnetChangeProtection?: boolean | null;
VpcId?: string | null;
}

§Properties

§
DeleteProtection?: boolean | null
[src]

Whether the firewall is protected from deletion. If set to true, then the firewall cannot be deleted.

§
Description?: string | null
[src]

A description of the firewall.

§
FirewallArn?: string | null
[src]

The ARN of the firewall.

§
FirewallId?: string | null
[src]

The identifier of the firewall.

§
FirewallName?: string | null
[src]

A descriptive name of the firewall.

§
FirewallPolicyArn?: string | null
[src]

The ARN of the firewall policy.

§
FirewallPolicyChangeProtection?: boolean | null
[src]

Whether the firewall is protected from a change to the firewall policy. If set to true, you cannot associate a different policy with the firewall.

§
SubnetChangeProtection?: boolean | null
[src]

Whether the firewall is protected from a change to the subnet associations. If set to true, you cannot map different subnets to the firewall.

§

The public subnets that Network Firewall uses for the firewall. Each subnet must belong to a different Availability Zone.

§
VpcId?: string | null
[src]

The identifier of the VPC where the firewall is used.