TargetLocation

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services accounts targeted by the current Automation execution.

Link copied to clipboard

Amazon Web Services accounts or organizational units to exclude as expanded targets.

Link copied to clipboard

The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

Link copied to clipboard

Indicates whether to include child organizational units (OUs) that are children of the targeted OUs. The default is false.

Link copied to clipboard

The Amazon Web Services Regions targeted by the current Automation execution.

Link copied to clipboard

The details for the CloudWatch alarm you want to apply to an automation or command.

Link copied to clipboard

The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

Link copied to clipboard

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

Link copied to clipboard

A list of key-value mappings to target resources. If you specify values for this data type, you must also specify a value for TargetParameterName.

Link copied to clipboard

The maximum number of targets allowed to run this task in parallel. This TargetsMaxConcurrency takes precedence over the StartAutomationExecution:MaxConcurrency parameter if both are supplied.

Link copied to clipboard

The maximum number of errors that are allowed before the system stops running the automation on additional targets. This TargetsMaxErrors parameter takes precedence over the StartAutomationExecution:MaxErrors parameter if both are supplied.

Functions

Link copied to clipboard
inline fun copy(block: TargetLocation.Builder.() -> Unit = {}): TargetLocation
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