ssmincidents_start_incident: Used to start an incident from CloudWatch alarms, EventBridge...

View source: R/ssmincidents_operations.R

ssmincidents_start_incidentR Documentation

Used to start an incident from CloudWatch alarms, EventBridge events, or manually

Description

Used to start an incident from CloudWatch alarms, EventBridge events, or manually.

See https://www.paws-r-sdk.com/docs/ssmincidents_start_incident/ for full documentation.

Usage

ssmincidents_start_incident(
  clientToken = NULL,
  impact = NULL,
  relatedItems = NULL,
  responsePlanArn,
  title = NULL,
  triggerDetails = NULL
)

Arguments

clientToken

A token ensuring that the operation is called only once with the specified details.

impact

Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.

Possible impacts:

  • 1 - Critical impact, this typically relates to full application failure that impacts many to all customers.

  • 2 - High impact, partial application failure with impact to many customers.

  • 3 - Medium impact, the application is providing reduced service to customers.

  • 4 - Low impact, customer might aren't impacted by the problem yet.

  • 5 - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.

relatedItems

Add related items to the incident for other responders to use. Related items are Amazon Web Services resources, external links, or files uploaded to an Amazon S3 bucket.

responsePlanArn

[required] The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident.

title

Provide a title for the incident. Providing a title overwrites the title provided by the response plan.

triggerDetails

Details of what created the incident record in Incident Manager.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.