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

Class: Aws::FMS::Types::PolicyComplianceDetail

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

Overview

Describes the noncompliant resources in a member account for a specific AWS Firewall Manager policy. A maximum of 100 entries are displayed. If more than 100 resources are noncompliant, EvaluationLimitExceeded is set to True.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_limit_exceededBoolean

Indicates if over 100 resources are noncompliant with the AWS Firewall Manager policy.

Returns:

  • (Boolean)

    Indicates if over 100 resources are noncompliant with the AWS Firewall Manager policy.

#expired_atTime

A timestamp that indicates when the returned information should be considered out of date.

Returns:

  • (Time)

    A timestamp that indicates when the returned information should be considered out of date.

#issue_info_mapHash<String,String>

Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be noncompliant. The details include the name of the dependent service and the error message received that indicates the problem with the service.

Returns:

  • (Hash<String,String>)

    Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be noncompliant.

#member_accountString

The AWS account ID.

Returns:

  • (String)

    The AWS account ID.

#policy_idString

The ID of the AWS Firewall Manager policy.

Returns:

  • (String)

    The ID of the AWS Firewall Manager policy.

#policy_ownerString

The AWS account that created the AWS Firewall Manager policy.

Returns:

  • (String)

    The AWS account that created the AWS Firewall Manager policy.

#violatorsArray<Types::ComplianceViolator>

An array of resources that aren\'t protected by the AWS WAF or Shield Advanced policy or that aren\'t in compliance with the security group policy.

Returns:

  • (Array<Types::ComplianceViolator>)

    An array of resources that aren\'t protected by the AWS WAF or Shield Advanced policy or that aren\'t in compliance with the security group policy.