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 current status of the configuration recorder.

For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigurationRecorderStatus

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

Syntax

C#
public class ConfigurationRecorderStatus

The ConfigurationRecorderStatus type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LastErrorCode System.String

Gets and sets the property LastErrorCode.

The latest error code from when the recorder last failed.

Public Property LastErrorMessage System.String

Gets and sets the property LastErrorMessage.

The latest error message from when the recorder last failed.

Public Property LastStartTime System.DateTime

Gets and sets the property LastStartTime.

The time the recorder was last started.

Public Property LastStatus Amazon.ConfigService.RecorderStatus

Gets and sets the property LastStatus.

The status of the latest recording event processed by the recorder.

Public Property LastStatusChangeTime System.DateTime

Gets and sets the property LastStatusChangeTime.

The time of the latest change in status of an recording event processed by the recorder.

Public Property LastStopTime System.DateTime

Gets and sets the property LastStopTime.

The time the recorder was last stopped.

Public Property Name System.String

Gets and sets the property Name.

The name of the configuration recorder.

Public Property Recording System.Boolean

Gets and sets the property Recording.

Specifies whether or not the recorder is currently recording.

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