GetResponsePlanResult

data class GetResponsePlanResult(val actions: List<GetResponsePlanAction>, val arn: String, val chatChannels: List<String>, val displayName: String, val engagements: List<String>, val id: String, val incidentTemplates: List<GetResponsePlanIncidentTemplate>, val integrations: List<GetResponsePlanIntegration>, val name: String, val tags: Map<String, String>)

A collection of values returned by getResponsePlan.

Constructors

Link copied to clipboard
constructor(actions: List<GetResponsePlanAction>, arn: String, chatChannels: List<String>, displayName: String, engagements: List<String>, id: String, incidentTemplates: List<GetResponsePlanIncidentTemplate>, integrations: List<GetResponsePlanIntegration>, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Optional) The actions that the response plan starts at the beginning of an incident.

Link copied to clipboard
val arn: String
Link copied to clipboard

The Chatbot chat channel used for collaboration during an incident.

Link copied to clipboard

The long format of the response plan name. This field can contain spaces.

Link copied to clipboard

The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Information about third-party services integrated into the response plan. The following values are supported:

Link copied to clipboard

The name of the PagerDuty configuration.

Link copied to clipboard

The tags applied to the response plan.