class Aws::SSMIncidents::Types::IncidentTemplate

Basic details used in creating a response plan. The response plan is then used to create an incident record.

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

data as a hash:

    {
      dedupe_string: "DedupeString",
      impact: 1, # required
      notification_targets: [
        {
          sns_topic_arn: "Arn",
        },
      ],
      summary: "IncidentSummary",
      title: "IncidentTitle", # required
    }

@!attribute [rw] dedupe_string

Used to stop Incident Manager from creating multiple incident
records for the same incident.
@return [String]

@!attribute [rw] impact

The impact of the incident on your customers and applications.
@return [Integer]

@!attribute [rw] notification_targets

The SNS targets that are notified when updates are made to an
incident.
@return [Array<Types::NotificationTargetItem>]

@!attribute [rw] summary

The summary of the incident. The summary is a brief synopsis of what
occurred, what's currently happening, and context.
@return [String]

@!attribute [rw] title

The title of the incident.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/IncidentTemplate AWS API Documentation

Constants

SENSITIVE