Firewall

class Firewall : KotlinCustomResource

Resource type definition for AWS::NetworkFirewall::Firewall

Properties

Link copied to clipboard

A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE .

Link copied to clipboard
val description: Output<String>?

A description of the firewall.

Link copied to clipboard
val endpointIds: Output<List<String>>

The unique IDs of the firewall endpoints for all of the subnets that you attached to the firewall. The subnets are not listed in any particular order. For example: ["us-west-2c:vpce-111122223333", "us-west-2a:vpce-987654321098", "us-west-2b:vpce-012345678901"] .

Link copied to clipboard
val firewallArn: Output<String>

The Amazon Resource Name (ARN) of the Firewall .

Link copied to clipboard
val firewallId: Output<String>

The name of the Firewall resource.

Link copied to clipboard
val firewallName: Output<String>

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the firewall policy. The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.

Link copied to clipboard

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .

Link copied to clipboard

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

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The unique identifier of the VPC where the firewall is in use. You can't change the VPC of a firewall after you create the firewall.