Interface StepFunctions2Constants


public interface StepFunctions2Constants
  • Field Details

    • OPERATION

      @Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION
      See Also:
    • STATE_MACHINE_NAME

      @Metadata(description="The name of the state machine", javaType="String") static final String STATE_MACHINE_NAME
      See Also:
    • STATE_MACHINE_DEFINITION

      @Metadata(description="The Amazon States Language definition of the state machine", javaType="String") static final String STATE_MACHINE_DEFINITION
      See Also:
    • STATE_MACHINE_TYPE

      @Metadata(description="Determines whether a Standard or Express state machine is created", javaType="String") static final String STATE_MACHINE_TYPE
      See Also:
    • STATE_MACHINE_ROLE_ARN

      @Metadata(description="The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", javaType="String") static final String STATE_MACHINE_ROLE_ARN
      See Also:
    • STATE_MACHINE_ARN

      @Metadata(description="The Amazon Resource Name (ARN) of state machine.", javaType="String") static final String STATE_MACHINE_ARN
      See Also:
    • STATE_MACHINES_MAX_RESULTS

      @Metadata(description="The limit number of results while listing state machines", javaType="Integer") static final String STATE_MACHINES_MAX_RESULTS
      See Also:
    • ACTIVITY_NAME

      @Metadata(description="The name of the state machine activity", javaType="String") static final String ACTIVITY_NAME
      See Also:
    • ACTIVITY_ARN

      @Metadata(description="The ARN of the state machine activity", javaType="String") static final String ACTIVITY_ARN
      See Also:
    • ACTIVITIES_MAX_RESULTS

      @Metadata(description="The limit number of results while listing state machines", javaType="Integer") static final String ACTIVITIES_MAX_RESULTS
      See Also:
    • EXECUTION_ARN

      @Metadata(description="The Amazon Resource Name (ARN) of the execution.", javaType="String") static final String EXECUTION_ARN
      See Also:
    • EXECUTION_NAME

      @Metadata(description="Optional name of the execution.", javaType="String") static final String EXECUTION_NAME
      See Also:
    • EXECUTION_INPUT

      @Metadata(description="The string that contains the JSON input data for the execution.", javaType="String") static final String EXECUTION_INPUT
      See Also:
    • EXECUTION_TRACE_HEADER

      @Metadata(description="Passes the X-Ray trace header.", javaType="String") static final String EXECUTION_TRACE_HEADER
      See Also:
    • EXECUTION_HISTORY_MAX_RESULTS

      @Metadata(description="The limit number of results while listing execution history", javaType="Integer") static final String EXECUTION_HISTORY_MAX_RESULTS
      See Also:
    • EXECUTION_HISTORY_INCLUDE_EXECUTION_DATA

      @Metadata(description="You can select whether execution data (input or output of a history event) is returned.", javaType="Boolean") static final String EXECUTION_HISTORY_INCLUDE_EXECUTION_DATA
      See Also:
    • EXECUTION_HISTORY_REVERSE_ORDER

      @Metadata(description="Lists events in descending order of their timeStamp.", javaType="Boolean") static final String EXECUTION_HISTORY_REVERSE_ORDER
      See Also:
    • EXECUTIONS_MAX_RESULTS

      @Metadata(description="The limit number of results while listing executions", javaType="Integer") static final String EXECUTIONS_MAX_RESULTS
      See Also: