Class: Aws::FMS::Types::NetworkFirewallMissingSubnetViolation

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

Overview

Violation detail for Network Firewall for an Availability Zone that's missing the expected Firewall Manager managed subnet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of a violating subnet.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2675

class NetworkFirewallMissingSubnetViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :target_violation_reason)
  SENSITIVE = []
  include Aws::Structure
end

#target_violation_reasonString

The reason the resource has this violation, if one is available.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2675

class NetworkFirewallMissingSubnetViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :target_violation_reason)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

The ID of the Network Firewall or VPC resource that's in violation.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2675

class NetworkFirewallMissingSubnetViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :target_violation_reason)
  SENSITIVE = []
  include Aws::Structure
end

#vpcString

The resource ID of the VPC associated with a violating subnet.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
2681
2682
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2675

class NetworkFirewallMissingSubnetViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :target_violation_reason)
  SENSITIVE = []
  include Aws::Structure
end