@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.130Z") @Stability(value=Stable) public class CfnResponsePlan extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnResponsePlan.ActionProperty |
static class |
CfnResponsePlan.Builder
A fluent builder for
CfnResponsePlan. |
static interface |
CfnResponsePlan.ChatChannelProperty |
static interface |
CfnResponsePlan.IncidentTemplateProperty |
static interface |
CfnResponsePlan.NotificationTargetItemProperty |
static interface |
CfnResponsePlan.SsmAutomationProperty |
static interface |
CfnResponsePlan.SsmParameterProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnResponsePlan(software.constructs.Construct scope,
String id,
CfnResponsePlanProps props)
Create a new `AWS::SSMIncidents::ResponsePlan`.
|
protected |
CfnResponsePlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResponsePlan(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActions()
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getChatChannel()
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
String |
getDisplayName()
`AWS::SSMIncidents::ResponsePlan.DisplayName`.
|
List<String> |
getEngagements()
`AWS::SSMIncidents::ResponsePlan.Engagements`.
|
Object |
getIncidentTemplate()
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
String |
getName()
`AWS::SSMIncidents::ResponsePlan.Name`.
|
TagManager |
getTags()
`AWS::SSMIncidents::ResponsePlan.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setActions(IResolvable value)
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
void |
setActions(List<Object> value)
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
void |
setChatChannel(CfnResponsePlan.ChatChannelProperty value)
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
void |
setChatChannel(IResolvable value)
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
void |
setDisplayName(String value)
`AWS::SSMIncidents::ResponsePlan.DisplayName`.
|
void |
setEngagements(List<String> value)
`AWS::SSMIncidents::ResponsePlan.Engagements`.
|
void |
setIncidentTemplate(CfnResponsePlan.IncidentTemplateProperty value)
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
void |
setIncidentTemplate(IResolvable value)
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
void |
setName(String value)
`AWS::SSMIncidents::ResponsePlan.Name`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnResponsePlan(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResponsePlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResponsePlan(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnResponsePlanProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getIncidentTemplate()
@Stability(value=Stable)
public void setIncidentTemplate(@NotNull
CfnResponsePlan.IncidentTemplateProperty value)
@Stability(value=Stable)
public void setIncidentTemplate(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getActions()
@Stability(value=Stable)
public void setActions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setActions(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getChatChannel()
@Stability(value=Stable)
public void setChatChannel(@Nullable
CfnResponsePlan.ChatChannelProperty value)
@Stability(value=Stable)
public void setChatChannel(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDisplayName()
@Stability(value=Stable)
public void setDisplayName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getEngagements()
Copyright © 2021. All rights reserved.