Class CfnTopicRulePropsMixin.StepFunctionsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iot.mixins.CfnTopicRulePropsMixin.StepFunctionsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.StepFunctionsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.StepFunctionsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.StepFunctionsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.StepFunctionsActionProperty
An implementation for
CfnTopicRulePropsMixin.StepFunctionsActionProperty-
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.mixins.preview.services.iot.mixins.CfnTopicRulePropsMixin.StepFunctionsActionProperty
CfnTopicRulePropsMixin.StepFunctionsActionProperty.Builder, CfnTopicRulePropsMixin.StepFunctionsActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.StepFunctionsActionProperty.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 String(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID.final StringThe ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").final StringThe name of the Step Functions state machine whose execution will be started.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 theCfnTopicRulePropsMixin.StepFunctionsActionProperty.Builder.
-
-
Method Details
-
getExecutionNamePrefix
Description copied from interface:CfnTopicRulePropsMixin.StepFunctionsActionProperty(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID.Step Functions automatically creates a unique name for each state machine execution if one is not provided.
- Specified by:
getExecutionNamePrefixin interfaceCfnTopicRulePropsMixin.StepFunctionsActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.StepFunctionsActionPropertyThe ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.StepFunctionsActionProperty- See Also:
-
getStateMachineName
Description copied from interface:CfnTopicRulePropsMixin.StepFunctionsActionPropertyThe name of the Step Functions state machine whose execution will be started.- Specified by:
getStateMachineNamein interfaceCfnTopicRulePropsMixin.StepFunctionsActionProperty- 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()
-