| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssmincidents |
AWS::SSMIncidents Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.actions(IResolvable actions)
The actions that the response plan starts at the beginning of an incident.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.actions(List<? extends Object> actions)
The actions that the response plan starts at the beginning of an incident.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel)
The AWS Chatbot chat channel used for collaboration during an incident.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.chatChannel(IResolvable chatChannel)
The AWS Chatbot chat channel used for collaboration during an incident.
|
static CfnResponsePlan.Builder |
CfnResponsePlan.Builder.create(software.constructs.Construct scope,
String id) |
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.displayName(String displayName)
The human readable name of the response plan.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.engagements(List<String> engagements)
The contacts and escalation plans that the response plan engages during an incident.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.incidentTemplate(CfnResponsePlan.IncidentTemplateProperty incidentTemplate)
Details used to create an incident when using this response plan.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.incidentTemplate(IResolvable incidentTemplate)
Details used to create an incident when using this response plan.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.name(String name)
The name of the response plan.
|
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.