Runbook Draft Args
data class RunbookDraftArgs(val creationTime: Output<String>? = null, val draftContentLink: Output<ContentLinkArgs>? = null, val inEdit: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val outputTypes: Output<List<String>>? = null, val parameters: Output<Map<String, RunbookParameterArgs>>? = null) : ConvertibleToJava<RunbookDraftArgs>
Constructors
Link copied to clipboard
constructor(creationTime: Output<String>? = null, draftContentLink: Output<ContentLinkArgs>? = null, inEdit: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, outputTypes: Output<List<String>>? = null, parameters: Output<Map<String, RunbookParameterArgs>>? = null)
Properties
Link copied to clipboard
Gets or sets the creation time of the runbook draft.
Link copied to clipboard
Gets or sets the draft runbook content link.
Link copied to clipboard
Gets or sets the last modified time of the runbook draft.
Link copied to clipboard
Gets or sets the runbook output types.
Link copied to clipboard
Gets or sets the runbook draft parameters.