Class: Aws::FMS::Types::ThirdPartyFirewallMissingFirewallViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ThirdPartyFirewallMissingFirewallViolation
- 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
-
#availability_zone ⇒ String
The Availability Zone of the third-party firewall that's causing the violation.
-
#target_violation_reason ⇒ String
The reason the resource is causing this violation, if a reason is available.
-
#violation_target ⇒ String
The ID of the third-party firewall that's causing the violation.
-
#vpc ⇒ String
The resource ID of the VPC associated with a third-party firewall.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of the third-party firewall that's causing the violation.
5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5427 class ThirdPartyFirewallMissingFirewallViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |
#target_violation_reason ⇒ String
The reason the resource is causing this violation, if a reason is available.
5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5427 class ThirdPartyFirewallMissingFirewallViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the third-party firewall that's causing the violation.
5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5427 class ThirdPartyFirewallMissingFirewallViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ String
The resource ID of the VPC associated with a third-party firewall.
5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 5427 class ThirdPartyFirewallMissingFirewallViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |