AWS SDK Version 3 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.

The details of an Config evaluation. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.EvaluationResult

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class EvaluationResult

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 Amazon Web Services resource complies with the Config rule that evaluated it.

For the EvaluationResult data type, Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. 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 Config rule evaluated the Amazon Web Services 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 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 Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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