AwsConfigServiceConfigurationRecorderStatusPropertiesResponse

data class AwsConfigServiceConfigurationRecorderStatusPropertiesResponse(val lastErrorCode: String? = null, val lastErrorMessage: String? = null, val lastStartTime: String? = null, val lastStatus: RecorderStatusEnumValueResponse? = null, val lastStatusChangeTime: String? = null, val lastStopTime: String? = null, val name: String? = null, val recording: Boolean? = null)

Definition of awsConfigServiceConfigurationRecorderStatus

Constructors

constructor(lastErrorCode: String? = null, lastErrorMessage: String? = null, lastStartTime: String? = null, lastStatus: RecorderStatusEnumValueResponse? = null, lastStatusChangeTime: String? = null, lastStopTime: String? = null, name: String? = null, recording: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastErrorCode: String? = null

The latest error code from when the recorder last failed.

Link copied to clipboard

The latest error message from when the recorder last failed.

Link copied to clipboard
val lastStartTime: String? = null

The time the recorder was last started.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val lastStopTime: String? = null

The time the recorder was last stopped.

Link copied to clipboard
val name: String? = null

The name of the configuration recorder.

Link copied to clipboard
val recording: Boolean? = null

Specifies whether or not the recorder is currently recording.