@Stability(value=Stable)
public static interface CfnResponsePlan.IncidentTemplateProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssmincidents.*;
IncidentTemplateProperty incidentTemplateProperty = IncidentTemplateProperty.builder()
.impact(123)
.title("title")
// the properties below are optional
.dedupeString("dedupeString")
.notificationTargets(List.of(NotificationTargetItemProperty.builder()
.snsTopicArn("snsTopicArn")
.build()))
.summary("summary")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.IncidentTemplateProperty.Builder
A builder for
CfnResponsePlan.IncidentTemplateProperty |
static class |
CfnResponsePlan.IncidentTemplateProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.IncidentTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.IncidentTemplateProperty.Builder |
builder() |
default String |
getDedupeString()
`CfnResponsePlan.IncidentTemplateProperty.DedupeString`.
|
Number |
getImpact()
`CfnResponsePlan.IncidentTemplateProperty.Impact`.
|
default Object |
getNotificationTargets()
`CfnResponsePlan.IncidentTemplateProperty.NotificationTargets`.
|
default String |
getSummary()
`CfnResponsePlan.IncidentTemplateProperty.Summary`.
|
String |
getTitle()
`CfnResponsePlan.IncidentTemplateProperty.Title`.
|
@Stability(value=Stable) @Nullable default String getDedupeString()
@Stability(value=Stable) @NotNull Number getImpact()
@Stability(value=Stable) @Nullable default Object getNotificationTargets()
@Stability(value=Stable) @Nullable default String getSummary()
@Stability(value=Stable) @NotNull String getTitle()
@Stability(value=Stable) static CfnResponsePlan.IncidentTemplateProperty.Builder builder()
Copyright © 2021. All rights reserved.