Class: Aws::FMS::Types::AwsVPCSecurityGroupViolation

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

Overview

Details of the rule violation in a security group when compared to the master security group of the AWS Firewall Manager policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partial_matchesArray<Types::PartialMatch>

List of rules specified in the security group of the AWS Firewall Manager policy that partially match the ‘ViolationTarget` rule.

Returns:



248
249
250
251
252
253
254
255
# File 'lib/aws-sdk-fms/types.rb', line 248

class AwsVPCSecurityGroupViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :partial_matches,
  :possible_security_group_remediation_actions)
  SENSITIVE = []
  include Aws::Structure
end

#possible_security_group_remediation_actionsArray<Types::SecurityGroupRemediationAction>

Remediation options for the rule specified in the ‘ViolationTarget`.



248
249
250
251
252
253
254
255
# File 'lib/aws-sdk-fms/types.rb', line 248

class AwsVPCSecurityGroupViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :partial_matches,
  :possible_security_group_remediation_actions)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

The security group rule that is being evaluated.

Returns:

  • (String)


248
249
250
251
252
253
254
255
# File 'lib/aws-sdk-fms/types.rb', line 248

class AwsVPCSecurityGroupViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :partial_matches,
  :possible_security_group_remediation_actions)
  SENSITIVE = []
  include Aws::Structure
end

#violation_target_descriptionString

A description of the security group that violates the policy.

Returns:

  • (String)


248
249
250
251
252
253
254
255
# File 'lib/aws-sdk-fms/types.rb', line 248

class AwsVPCSecurityGroupViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :partial_matches,
  :possible_security_group_remediation_actions)
  SENSITIVE = []
  include Aws::Structure
end