SsmAutomation

data class SsmAutomation(val value: SsmAutomation) : Action

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

Constructors

Link copied to clipboard
constructor(value: SsmAutomation)

Properties

Link copied to clipboard

Inherited 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