Class TopicRuleStepFunctionArgs


  • public final class TopicRuleStepFunctionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • executionNamePrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> executionNamePrefix()
        Returns:
        The prefix used to generate, along with a UUID, the unique state machine execution name.
      • roleArn

        public com.pulumi.core.Output<java.lang.String> roleArn()
        Returns:
        The ARN of the IAM role that grants access to start execution of the state machine.
      • stateMachineName

        public com.pulumi.core.Output<java.lang.String> stateMachineName()
        Returns:
        The name of the Step Functions state machine whose execution will be started.