Class: Aws::FMS::Types::ThirdPartyFirewallMissingSubnetViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ThirdPartyFirewallMissingSubnetViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The violation details for a third-party firewall for an Availability Zone that’s missing the Firewall Manager managed subnet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of a subnet that’s causing the violation.
-
#target_violation_reason ⇒ String
The reason the resource is causing the violation, if a reason is available.
-
#violation_target ⇒ String
The ID of the third-party firewall or VPC resource that’s causing the violation.
-
#vpc ⇒ String
The resource ID of the VPC associated with a subnet that’s causing the violation.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of a subnet that’s causing the violation.
5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-fms/types.rb', line 5451 class ThirdPartyFirewallMissingSubnetViolation < 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 the violation, if a reason is available.
5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-fms/types.rb', line 5451 class ThirdPartyFirewallMissingSubnetViolation < 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 or VPC resource that’s causing the violation.
5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-fms/types.rb', line 5451 class ThirdPartyFirewallMissingSubnetViolation < 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 subnet that’s causing the violation.
5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-fms/types.rb', line 5451 class ThirdPartyFirewallMissingSubnetViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |