Class: Aws::FMS::Types::NetworkFirewallMissingSubnetViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallMissingSubnetViolation
- Includes:
- Structure
- Defined in:
- 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
-
#availability_zone ⇒ String
The Availability Zone of a violating subnet.
-
#target_violation_reason ⇒ String
The reason the resource has this violation, if one is available.
-
#violation_target ⇒ String
The ID of the Network Firewall or VPC resource that’s in violation.
-
#vpc ⇒ String
The resource ID of the VPC associated with a violating subnet.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of a violating subnet.
3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-fms/types.rb', line 3092 class NetworkFirewallMissingSubnetViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |
#target_violation_reason ⇒ String
The reason the resource has this violation, if one is available.
3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-fms/types.rb', line 3092 class NetworkFirewallMissingSubnetViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the Network Firewall or VPC resource that’s in violation.
3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-fms/types.rb', line 3092 class NetworkFirewallMissingSubnetViolation < 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 violating subnet.
3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-fms/types.rb', line 3092 class NetworkFirewallMissingSubnetViolation < Struct.new( :violation_target, :vpc, :availability_zone, :target_violation_reason) SENSITIVE = [] include Aws::Structure end |