EvaluationResult class

Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.

Constructors

EvaluationResult({PolicyComplianceStatusType? complianceStatus, bool? evaluationLimitExceeded, int? violatorCount})
EvaluationResult.fromJson(Map<String, dynamic> json)
factory

Properties

complianceStatus PolicyComplianceStatusType?
Describes an AWS account's compliance with the AWS Firewall Manager policy.
final
evaluationLimitExceeded bool?
Indicates that over 100 resources are noncompliant with the AWS Firewall Manager policy.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
violatorCount int?
The number of resources that are noncompliant with the specified policy. For AWS WAF and Shield Advanced policies, a resource is considered noncompliant if it is not associated with the policy. For security group policies, a resource is considered noncompliant if it doesn't comply with the rules of the policy and remediation is disabled or not possible.
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