MutationRecordArgs

data class MutationRecordArgs(val mutateTime: Output<String>? = null, val mutatedBy: Output<String>? = null) : ConvertibleToJava<MutationRecordArgs>

Describes a change made to a configuration.

Constructors

Link copied to clipboard
fun MutationRecordArgs(mutateTime: Output<String>? = null, mutatedBy: Output<String>? = null)

Functions

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

Properties

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

The email address of the user making the change.

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

When the change occurred.