Class CfnRulePropsMixin.ActionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRulePropsMixin.ActionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRulePropsMixin.ActionsProperty
CfnRulePropsMixin.ActionsProperty-
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.connect.CfnRulePropsMixin.ActionsProperty
CfnRulePropsMixin.ActionsProperty.Builder, CfnRulePropsMixin.ActionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRulePropsMixin.ActionsProperty.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 ObjectInformation about the contact category action.final ObjectThis action will create a case when a rule is triggered.final ObjectThis action will end associated tasks when a rule is triggered.final ObjectInformation about the EventBridge action.final ObjectInformation about the send notification action.final ObjectThis action will submit an auto contact evaluation when a rule is triggered.final ObjectInformation about the task action.final ObjectThis action will update a case when a rule is triggered.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 theCfnRulePropsMixin.ActionsProperty.Builder.
-
-
Method Details
-
getAssignContactCategoryActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyInformation about the contact category action.The syntax can be empty, for example,
{}.Returns union: either Listinvalid input: '<'
Object> orIResolvable- Specified by:
getAssignContactCategoryActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getCreateCaseActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyThis action will create a case when a rule is triggered.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.CreateCaseActionProperty>- Specified by:
getCreateCaseActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getEndAssociatedTasksActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyThis action will end associated tasks when a rule is triggered.Returns union: either Listinvalid input: '<'
Object> orIResolvable- Specified by:
getEndAssociatedTasksActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getEventBridgeActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyInformation about the EventBridge action.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.EventBridgeActionProperty>- Specified by:
getEventBridgeActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getSendNotificationActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyInformation about the send notification action.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.SendNotificationActionProperty>- Specified by:
getSendNotificationActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getSubmitAutoEvaluationActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyThis action will submit an auto contact evaluation when a rule is triggered.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.SubmitAutoEvaluationActionProperty>- Specified by:
getSubmitAutoEvaluationActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getTaskActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyInformation about the task action.This field is required if
TriggerEventSourceis one of the following values:OnZendeskTicketCreate|OnZendeskTicketStatusUpdate|OnSalesforceCaseCreateReturns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.TaskActionProperty>- Specified by:
getTaskActionsin interfaceCfnRulePropsMixin.ActionsProperty- See Also:
-
getUpdateCaseActions
Description copied from interface:CfnRulePropsMixin.ActionsPropertyThis action will update a case when a rule is triggered.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRulePropsMixin.UpdateCaseActionProperty>- Specified by:
getUpdateCaseActionsin interfaceCfnRulePropsMixin.ActionsProperty- 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()
-