Action

sealed class Action

The action that starts at the beginning of an incident. The response plan defines the action.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SsmAutomation(val value: SsmAutomation) : Action

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

Functions

Link copied to clipboard

Casts this Action as a SsmAutomation and retrieves its aws.sdk.kotlin.services.ssmincidents.model.SsmAutomation value. Throws an exception if the Action is not a SsmAutomation.

Link copied to clipboard