Class: Aws::SecurityHub::Types::AwsNetworkFirewallFirewallDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Details about an Network Firewall firewall.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_protectionBoolean

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

Returns:

  • (Boolean)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the firewall.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_arnString

The ARN of the firewall.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_idString

The identifier of the firewall.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_nameString

A descriptive name of the firewall.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_policy_arnString

The ARN of the firewall policy.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_policy_change_protectionBoolean

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.

Returns:

  • (Boolean)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_change_protectionBoolean

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

Returns:

  • (Boolean)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_mappingsArray<Types::AwsNetworkFirewallFirewallSubnetMappingsDetails>

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



14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The identifier of the VPC where the firewall is used.

Returns:

  • (String)


14483
14484
14485
14486
14487
14488
14489
14490
14491
14492
14493
14494
14495
14496
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14483

class AwsNetworkFirewallFirewallDetails < Struct.new(
  :delete_protection,
  :description,
  :firewall_arn,
  :firewall_id,
  :firewall_name,
  :firewall_policy_arn,
  :firewall_policy_change_protection,
  :subnet_change_protection,
  :subnet_mappings,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end