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