EvaluationResult

public struct EvaluationResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes an AWS account’s compliance with the AWS Firewall Manager policy.

    Declaration

    Swift

    public let complianceStatus: PolicyComplianceStatusType?
  • Indicates that over 100 resources are noncompliant with the AWS Firewall Manager policy.

    Declaration

    Swift

    public let evaluationLimitExceeded: Bool?
  • 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.

    Declaration

    Swift

    public let violatorCount: Int64?
  • Undocumented

    Declaration

    Swift

    public init(complianceStatus: PolicyComplianceStatusType? = nil, evaluationLimitExceeded: Bool? = nil, violatorCount: Int64? = nil)