Uses of Class
software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.Builder
Packages that use CfnResponsePlan.Builder
Package
Description
AWS::SSMIncidents Construct Library
-
Uses of CfnResponsePlan.Builder in software.amazon.awscdk.services.ssmincidents
Methods in software.amazon.awscdk.services.ssmincidents that return CfnResponsePlan.BuilderModifier and TypeMethodDescriptionThe actions that the response plan starts at the beginning of an incident.CfnResponsePlan.Builder.actions(IResolvable actions) The actions that the response plan starts at the beginning of an incident.CfnResponsePlan.Builder.chatChannel(IResolvable chatChannel) The chat channel used for collaboration during an incident.CfnResponsePlan.Builder.chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel) The chat channel used for collaboration during an incident.static CfnResponsePlan.BuilderCfnResponsePlan.Builder.displayName(String displayName) The human readable name of the response plan.CfnResponsePlan.Builder.engagements(List<String> engagements) The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.CfnResponsePlan.Builder.incidentTemplate(IResolvable incidentTemplate) Details used to create an incident when using this response plan.CfnResponsePlan.Builder.incidentTemplate(CfnResponsePlan.IncidentTemplateProperty incidentTemplate) Details used to create an incident when using this response plan.CfnResponsePlan.Builder.integrations(List<? extends Object> integrations) Information about third-party services integrated into the response plan.CfnResponsePlan.Builder.integrations(IResolvable integrations) Information about third-party services integrated into the response plan.The name of the response plan.An array of key-value pairs to apply to this resource.