ChangeProgressDetailsArgs

data class ChangeProgressDetailsArgs(val changeId: Output<String>? = null, val configChangeStatus: Output<ConfigChangeStatusEnumValueArgs>? = null, val initiatedBy: Output<InitiatedByEnumValueArgs>? = null, val lastUpdatedTime: Output<String>? = null, val message: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ChangeProgressDetailsArgs>

Definition of ChangeProgressDetails

Constructors

Link copied to clipboard
constructor(changeId: Output<String>? = null, configChangeStatus: Output<ConfigChangeStatusEnumValueArgs>? = null, initiatedBy: Output<InitiatedByEnumValueArgs>? = null, lastUpdatedTime: Output<String>? = null, message: Output<String>? = null, startTime: Output<String>? = null)

Properties

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

The ID of the configuration change.

Link copied to clipboard

The current status of the configuration change.

Link copied to clipboard

The IAM principal who initiated the configuration change.

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

The last time that the configuration change was updated.

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

A message corresponding to the status of the configuration change.

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

The time that the configuration change was initiated, in Universal Coordinated Time (UTC).

Functions

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