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.

Status information for your Config Managed rules and Config Custom Policy 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 Config Custom Lambda rules.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigRuleEvaluationStatus

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

Syntax

C#
public class ConfigRuleEvaluationStatus

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 Config rule.

Public Property ConfigRuleId System.String

Gets and sets the property ConfigRuleId.

The ID of the Config rule.

Public Property ConfigRuleName System.String

Gets and sets the property ConfigRuleName.

The name of the Config rule.

Public Property FirstActivatedTime System.DateTime

Gets and sets the property FirstActivatedTime.

The time that you first activated the Config rule.

Public Property FirstEvaluationStarted System.Boolean

Gets and sets the property FirstEvaluationStarted.

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

  • true - Config has evaluated your Amazon Web Services resources against the rule at least once.

  • false - Config has not finished evaluating your Amazon Web Services resources against the rule at least once.

Public Property LastDeactivatedTime System.DateTime

Gets and sets the property LastDeactivatedTime.

The time that you last turned off the Config rule.

Public Property LastDebugLogDeliveryStatus System.String

Gets and sets the property LastDebugLogDeliveryStatus.

The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either Successful or Failed.

Public Property LastDebugLogDeliveryStatusReason System.String

Gets and sets the property LastDebugLogDeliveryStatusReason.

The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.

Public Property LastDebugLogDeliveryTime System.DateTime

Gets and sets the property LastDebugLogDeliveryTime.

The time Config last attempted to deliver a debug log for your Config Custom Policy rules.

Public Property LastErrorCode System.String

Gets and sets the property LastErrorCode.

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

Public Property LastErrorMessage System.String

Gets and sets the property LastErrorMessage.

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

Public Property LastFailedEvaluationTime System.DateTime

Gets and sets the property LastFailedEvaluationTime.

The time that Config last failed to evaluate your Amazon Web Services resources against the rule.

Public Property LastFailedInvocationTime System.DateTime

Gets and sets the property LastFailedInvocationTime.

The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.

Public Property LastSuccessfulEvaluationTime System.DateTime

Gets and sets the property LastSuccessfulEvaluationTime.

The time that Config last successfully evaluated your Amazon Web Services resources against the rule.

Public Property LastSuccessfulInvocationTime System.DateTime

Gets and sets the property LastSuccessfulInvocationTime.

The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.

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