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 for an account ID and region in an aggregator. 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.AggregateEvaluationResult

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

Syntax

C#
public class AggregateEvaluationResult

The AggregateEvaluationResult type exposes the following members

Constructors

NameDescription
Public Method AggregateEvaluationResult()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The 12-digit account ID of the source account.

Public Property Annotation System.String

Gets and sets the property Annotation.

Supplementary information about how the agrregate evaluation determined the compliance.

Public Property AwsRegion System.String

Gets and sets the property AwsRegion.

The source region from where the data is aggregated.

Public Property ComplianceType Amazon.ConfigService.ComplianceType

Gets and sets the property ComplianceType.

The resource compliance status.

For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.

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 aggregate evaluation result.

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