Class CfnResponsePlanMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResponsePlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponsePlanMixinProps
@Stability(Stable)
@Internal
public static final class CfnResponsePlanMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponsePlanMixinProps
An implementation for
CfnResponsePlanMixinProps-
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.cfnpropertymixins.services.ssmincidents.CfnResponsePlanMixinProps
CfnResponsePlanMixinProps.Builder, CfnResponsePlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResponsePlanMixinProps.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 theCfnResponsePlanMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnResponsePlanMixinPropsThe actions that the response plan starts at the beginning of an incident.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlanPropsMixin.ActionProperty>- Specified by:
getActionsin interfaceCfnResponsePlanMixinProps- See Also:
-
getChatChannel
Description copied from interface:CfnResponsePlanMixinPropsThe chat channel used for collaboration during an incident.Returns union: either
IResolvableorCfnResponsePlanPropsMixin.ChatChannelProperty- Specified by:
getChatChannelin interfaceCfnResponsePlanMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnResponsePlanMixinPropsThe human readable name of the response plan.- Specified by:
getDisplayNamein interfaceCfnResponsePlanMixinProps- See Also:
-
getEngagements
Description copied from interface:CfnResponsePlanMixinPropsThe Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.- Specified by:
getEngagementsin interfaceCfnResponsePlanMixinProps- See Also:
-
getIncidentTemplate
Description copied from interface:CfnResponsePlanMixinPropsDetails used to create an incident when using this response plan.Returns union: either
IResolvableorCfnResponsePlanPropsMixin.IncidentTemplateProperty- Specified by:
getIncidentTemplatein interfaceCfnResponsePlanMixinProps- See Also:
-
getIntegrations
Description copied from interface:CfnResponsePlanMixinPropsInformation about third-party services integrated into the response plan.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlanPropsMixin.IntegrationProperty>- Specified by:
getIntegrationsin interfaceCfnResponsePlanMixinProps- See Also:
-
getName
Description copied from interface:CfnResponsePlanMixinPropsThe name of the response plan.- Specified by:
getNamein interfaceCfnResponsePlanMixinProps- See Also:
-
getTags
Description copied from interface:CfnResponsePlanMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnResponsePlanMixinProps- 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()
-