AutomationExecution

sealed class AutomationExecution

The Systems Manager automation document process to start as the runbook at the beginning of the incident.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SsmExecutionArn(val value: String) : AutomationExecution

The Amazon Resource Name (ARN) of the automation process.

Functions

Link copied to clipboard

Casts this AutomationExecution as a SsmExecutionArn and retrieves its kotlin.String value. Throws an exception if the AutomationExecution is not a SsmExecutionArn.

Link copied to clipboard

Casts this AutomationExecution as a SsmExecutionArn and retrieves its kotlin.String value. Returns null if the AutomationExecution is not a SsmExecutionArn.