GetResponsePlanResult

data class GetResponsePlanResult(val actions: List<ResponsePlanAction>? = null, val arn: String? = null, val chatChannel: ResponsePlanChatChannel? = null, val displayName: String? = null, val engagements: List<String>? = null, val incidentTemplate: ResponsePlanIncidentTemplate? = null, val integrations: List<ResponsePlanIntegration>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(actions: List<ResponsePlanAction>? = null, arn: String? = null, chatChannel: ResponsePlanChatChannel? = null, displayName: String? = null, engagements: List<String>? = null, incidentTemplate: ResponsePlanIncidentTemplate? = null, integrations: List<ResponsePlanIntegration>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of actions.

Link copied to clipboard
val arn: String? = null

The ARN of the response plan.

Link copied to clipboard

The AWS Chatbot chat channel used for collaboration during an incident.

Link copied to clipboard
val displayName: String? = null

The display name of the response plan.

Link copied to clipboard
val engagements: List<String>? = null

The list of engagements to use.

Link copied to clipboard

Details used to create an incident when using this response plan.

Link copied to clipboard

The list of integrations.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to apply to the response plan.