AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.EvaluationResult

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class EvaluationResult : Object

The EvaluationResult type exposes the following members

Constructors

NameDescription
Public Method EvaluationResult()

Properties

NameTypeDescription
Public Property Annotation System.String Gets and sets the property Annotation.

Supplementary information about how the evaluation determined the compliance.

Public Property ComplianceType Amazon.ConfigService.ComplianceType Gets and sets the property ComplianceType.

Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

Public Property ConfigRuleInvokedTime System.DateTime Gets and sets the property ConfigRuleInvokedTime.

The time when the AWS Config rule evaluated the AWS resource.

Public Property EvaluationResultIdentifier Amazon.ConfigService.Model.EvaluationResultIdentifier Gets and sets the property EvaluationResultIdentifier.

Uniquely identifies the evaluation result.

Public Property ResultRecordedTime System.DateTime Gets and sets the property ResultRecordedTime.

The time when AWS Config recorded the evaluation result.

Public Property ResultToken System.String Gets and sets the property ResultToken.

An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5