GetFirewallResult

data class GetFirewallResult(val deleteProtection: Boolean? = null, val description: String? = null, val endpointIds: List<String>? = null, val firewallArn: String? = null, val firewallId: String? = null, val firewallPolicyArn: String? = null, val firewallPolicyChangeProtection: Boolean? = null, val subnetChangeProtection: Boolean? = null, val subnetMappings: List<FirewallSubnetMapping>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(deleteProtection: Boolean? = null, description: String? = null, endpointIds: List<String>? = null, firewallArn: String? = null, firewallId: String? = null, firewallPolicyArn: String? = null, firewallPolicyChangeProtection: Boolean? = null, subnetChangeProtection: Boolean? = null, subnetMappings: List<FirewallSubnetMapping>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

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: String? = null

A description of the firewall.

Link copied to clipboard
val endpointIds: List<String>? = null

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: String? = null

The Amazon Resource Name (ARN) of the Firewall .

Link copied to clipboard
val firewallId: String? = null

The name of the Firewall resource.

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

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: List<Tag>? = null

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