Aws Config Service Configuration Recorder Status Properties Args
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
Link copied to clipboard
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
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
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
The time the recorder was last stopped.