You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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:

  • (Array<Types::PartialMatch>)

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

#possible_security_group_remediation_actionsArray<Types::SecurityGroupRemediationAction>

Remediation options for the rule specified in the ViolationTarget.

Returns:

#violation_targetString

The security group rule that is being evaluated.

Returns:

  • (String)

    The security group rule that is being evaluated.

#violation_target_descriptionString

A description of the security group that violates the policy.

Returns:

  • (String)

    A description of the security group that violates the policy.