Runbook

class Runbook

Information about an Automation runbook used in a runbook workflow in Change Manager.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Automation runbook used in a runbook workflow.

Link copied to clipboard

The version of the Automation runbook used in a runbook workflow.

Link copied to clipboard

The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.

Link copied to clipboard

The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.

Link copied to clipboard

The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

Link copied to clipboard

Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.

Link copied to clipboard

A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.

Link copied to clipboard

The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.

Link copied to clipboard

A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.

Functions

Link copied to clipboard
inline fun copy(block: Runbook.Builder.() -> Unit = {}): Runbook
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String