AwsConfigServiceConfigurationRecorderStatusPropertiesArgs

data class AwsConfigServiceConfigurationRecorderStatusPropertiesArgs(val lastErrorCode: Output<String>? = null, val lastErrorMessage: Output<String>? = null, val lastStartTime: Output<String>? = null, val lastStatus: Output<RecorderStatusEnumValueArgs>? = null, val lastStatusChangeTime: Output<String>? = null, val lastStopTime: Output<String>? = null, val name: Output<String>? = null, val recording: Output<Boolean>? = null) : ConvertibleToJava<AwsConfigServiceConfigurationRecorderStatusPropertiesArgs>

Definition of awsConfigServiceConfigurationRecorderStatus

Constructors

constructor(lastErrorCode: Output<String>? = null, lastErrorMessage: Output<String>? = null, lastStartTime: Output<String>? = null, lastStatus: Output<RecorderStatusEnumValueArgs>? = null, lastStatusChangeTime: Output<String>? = null, lastStopTime: Output<String>? = null, name: Output<String>? = null, recording: Output<Boolean>? = null)

Properties

Link copied to clipboard
val lastErrorCode: Output<String>? = null

The latest error code from when the recorder last failed.

Link copied to clipboard
val lastErrorMessage: Output<String>? = null

The latest error message from when the recorder last failed.

Link copied to clipboard
val lastStartTime: Output<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
val lastStatusChangeTime: Output<String>? = null

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

Link copied to clipboard
val lastStopTime: Output<String>? = null

The time the recorder was last stopped.

Link copied to clipboard
val name: Output<String>? = null

The name of the configuration recorder.

Link copied to clipboard
val recording: Output<Boolean>? = null

Specifies whether or not the recorder is currently recording.

Functions

Link copied to clipboard
open override fun toJava(): AwsConfigServiceConfigurationRecorderStatusPropertiesArgs