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

Inheritance Hierarchy

System.Object
  Amazon.ConfigService.Model.ConfigurationRecorderStatus

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

Syntax

C#
public class ConfigurationRecorderStatus : Object

The ConfigurationRecorderStatus type exposes the following members

Constructors

Properties

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

The error code indicating that the recording failed.

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

The message indicating that the recording failed due to an error.

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 last (previous) status of the recorder.

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

The time when the status was last changed.

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 the recorder is currently recording or not.

Version Information

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