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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.StepFunctionsActionProperty
CfnTopicRule.StepFunctionsActionProperty.Builder, CfnTopicRule.StepFunctionsActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.StepFunctionsActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID.final String
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").final String
The name of the Step Functions state machine whose execution will be started.final int
hashCode()
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.StepFunctionsActionProperty
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").- Specified by:
getRoleArn
in interfaceCfnTopicRule.StepFunctionsActionProperty
- See Also:
-
getStateMachineName
Description copied from interface:CfnTopicRule.StepFunctionsActionProperty
The name of the Step Functions state machine whose execution will be started.- Specified by:
getStateMachineName
in interfaceCfnTopicRule.StepFunctionsActionProperty
- See Also:
-
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:
getExecutionNamePrefix
in interfaceCfnTopicRule.StepFunctionsActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-