Class: Aws::FMS::Types::ThirdPartyFirewallMissingFirewallViolation

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

Overview

The violation details about a third-party firewall's subnet that doesn't have a Firewall Manager managed firewall in its VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the third-party firewall that's causing the violation.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4890

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

#target_violation_reasonString

The reason the resource is causing this violation, if a reason is available.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4890

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

#violation_targetString

The ID of the third-party firewall that's causing the violation.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4890

class ThirdPartyFirewallMissingFirewallViolation < 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 third-party firewall.

Returns:

  • (String)


4890
4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4890

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