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
 
Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.

This action does not return status information about customer managed Config rules.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigRuleEvaluationStatus

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

Syntax

C#
public class ConfigRuleEvaluationStatus : Object

The ConfigRuleEvaluationStatus type exposes the following members

Constructors

Properties

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

The Amazon Resource Name (ARN) of the AWS Config rule.

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

The ID of the AWS Config rule.

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

The name of the AWS Config rule.

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

The time that you first activated the AWS Config rule.

Public Property FirstEvaluationStarted System.Boolean Gets and sets the property FirstEvaluationStarted.

Indicates whether AWS Config has evaluated your resources against the rule at least once.

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.
Public Property LastErrorCode System.String Gets and sets the property LastErrorCode.

The error code that AWS Config returned when the rule last failed.

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

The error message that AWS Config returned when the rule last failed.

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

The time that AWS Config last failed to evaluate your AWS resources against the rule.

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

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

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

The time that AWS Config last successfully evaluated your AWS resources against the rule.

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

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

Version Information

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