class Aws::SSMContacts::Types::Plan

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

@note When making an API call, you may pass Plan

data as a hash:

    {
      stages: [ # required
        {
          duration_in_minutes: 1, # required
          targets: [ # required
            {
              channel_target_info: {
                contact_channel_id: "SsmContactsArn", # required
                retry_interval_in_minutes: 1,
              },
              contact_target_info: {
                contact_id: "SsmContactsArn",
                is_essential: false, # required
              },
            },
          ],
        },
      ],
    }

@!attribute [rw] stages

A list of stages that the escalation plan or engagement plan uses to
engage contacts and contact methods.
@return [Array<Types::Stage>]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/Plan AWS API Documentation

Constants

SENSITIVE