class Aws::SSMContacts::Types::Stage
A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.
@note When making an API call, you may pass Stage
data as a hash: { 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] duration_in_minutes
The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified. @return [Integer]
@!attribute [rw] targets
The contacts or contact methods that the escalation plan or engagement plan is engaging. @return [Array<Types::Target>]
@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/Stage AWS API Documentation
Constants
- SENSITIVE