Class CfnResponsePlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmincidents.CfnResponsePlanProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResponsePlanProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponsePlanProps
@Stability(Stable)
@Internal
public static final class CfnResponsePlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponsePlanProps
An implementation for
CfnResponsePlanProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ssmincidents.CfnResponsePlanProps
CfnResponsePlanProps.Builder, CfnResponsePlanProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResponsePlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResponsePlanProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe actions that the response plan starts at the beginning of an incident.final ObjectThe chat channel used for collaboration during an incident.final StringThe human readable name of the response plan.The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.final ObjectDetails used to create an incident when using this response plan.final ObjectInformation about third-party services integrated into the response plan.final StringgetName()The name of the response plan.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResponsePlanProps.Builder.
-
-
Method Details
-
getIncidentTemplate
Description copied from interface:CfnResponsePlanPropsDetails used to create an incident when using this response plan.Returns union: either
IResolvableorCfnResponsePlan.IncidentTemplateProperty- Specified by:
getIncidentTemplatein interfaceCfnResponsePlanProps- See Also:
-
getName
Description copied from interface:CfnResponsePlanPropsThe name of the response plan.- Specified by:
getNamein interfaceCfnResponsePlanProps- See Also:
-
getActions
Description copied from interface:CfnResponsePlanPropsThe actions that the response plan starts at the beginning of an incident.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlan.ActionProperty>- Specified by:
getActionsin interfaceCfnResponsePlanProps- See Also:
-
getChatChannel
Description copied from interface:CfnResponsePlanPropsThe chat channel used for collaboration during an incident.Returns union: either
IResolvableorCfnResponsePlan.ChatChannelProperty- Specified by:
getChatChannelin interfaceCfnResponsePlanProps- See Also:
-
getDisplayName
Description copied from interface:CfnResponsePlanPropsThe human readable name of the response plan.- Specified by:
getDisplayNamein interfaceCfnResponsePlanProps- See Also:
-
getEngagements
Description copied from interface:CfnResponsePlanPropsThe Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.- Specified by:
getEngagementsin interfaceCfnResponsePlanProps- See Also:
-
getIntegrations
Description copied from interface:CfnResponsePlanPropsInformation about third-party services integrated into the response plan.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlan.IntegrationProperty>- Specified by:
getIntegrationsin interfaceCfnResponsePlanProps- See Also:
-
getTags
Description copied from interface:CfnResponsePlanPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnResponsePlanProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-