Class CfnTopicRule.StepFunctionsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.StepFunctionsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.StepFunctionsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopicRule.StepFunctionsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.StepFunctionsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.StepFunctionsActionProperty
An implementation for
CfnTopicRule.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.services.iot.CfnTopicRule.StepFunctionsActionProperty
CfnTopicRule.StepFunctionsActionProperty.Builder, CfnTopicRule.StepFunctionsActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.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 theCfnTopicRule.StepFunctionsActionProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRule.StepFunctionsActionPropertyThe ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").- Specified by:
getRoleArnin interfaceCfnTopicRule.StepFunctionsActionProperty
-
getStateMachineName
Description copied from interface:CfnTopicRule.StepFunctionsActionPropertyThe name of the Step Functions state machine whose execution will be started.- Specified by:
getStateMachineNamein interfaceCfnTopicRule.StepFunctionsActionProperty
-
getExecutionNamePrefix
Description copied from interface:CfnTopicRule.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 interfaceCfnTopicRule.StepFunctionsActionProperty
-
$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()
-