Response Plan Args
data class ResponsePlanArgs(val actions: Output<List<ResponsePlanActionArgs>>? = null, val chatChannel: Output<ResponsePlanChatChannelArgs>? = null, val displayName: Output<String>? = null, val engagements: Output<List<String>>? = null, val incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, val integrations: Output<List<ResponsePlanIntegrationArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<ResponsePlanTagArgs>>? = null) : ConvertibleToJava<ResponsePlanArgs>
Resource type definition for AWS::SSMIncidents::ResponsePlan
Constructors
Link copied to clipboard
fun ResponsePlanArgs(actions: Output<List<ResponsePlanActionArgs>>? = null, chatChannel: Output<ResponsePlanChatChannelArgs>? = null, displayName: Output<String>? = null, engagements: Output<List<String>>? = null, incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, integrations: Output<List<ResponsePlanIntegrationArgs>>? = null, name: Output<String>? = null, tags: Output<List<ResponsePlanTagArgs>>? = null)