@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.131Z") @Stability(value=Stable) public interface CfnResponsePlanProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlanProps.Builder
A builder for
CfnResponsePlanProps |
static class |
CfnResponsePlanProps.Jsii$Proxy
An implementation for
CfnResponsePlanProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlanProps.Builder |
builder() |
default Object |
getActions()
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
default Object |
getChatChannel()
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
default String |
getDisplayName()
`AWS::SSMIncidents::ResponsePlan.DisplayName`.
|
default List<String> |
getEngagements()
`AWS::SSMIncidents::ResponsePlan.Engagements`.
|
Object |
getIncidentTemplate()
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
String |
getName()
`AWS::SSMIncidents::ResponsePlan.Name`.
|
default List<CfnTag> |
getTags()
`AWS::SSMIncidents::ResponsePlan.Tags`.
|
@Stability(value=Stable) @NotNull Object getIncidentTemplate()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getActions()
@Stability(value=Stable) @Nullable default Object getChatChannel()
@Stability(value=Stable) @Nullable default String getDisplayName()
@Stability(value=Stable) @Nullable default List<String> getEngagements()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnResponsePlanProps.Builder builder()
CfnResponsePlanProps.Builder of CfnResponsePlanPropsCopyright © 2021. All rights reserved.