AwsVPCSecurityGroupViolation class
Details of the rule violation in a security group when compared to the master security group of the AWS Firewall Manager policy.
Constructors
-
AwsVPCSecurityGroupViolation({List<
PartialMatch> ? partialMatches, List<SecurityGroupRemediationAction> ? possibleSecurityGroupRemediationActions, String? violationTarget, String? violationTargetDescription}) -
AwsVPCSecurityGroupViolation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
partialMatches
→ List<
PartialMatch> ? -
List of rules specified in the security group of the AWS Firewall Manager
policy that partially match the
ViolationTarget
rule.final -
possibleSecurityGroupRemediationActions
→ List<
SecurityGroupRemediationAction> ? -
Remediation options for the rule specified in the
ViolationTarget
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violationTarget → String?
-
The security group rule that is being evaluated.
final
- violationTargetDescription → String?
-
A description of the security group that violates the policy.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited