GradientEdge CDK Utils
    Preparing search index...
    interface SfnWaitProps {
        assign?: { [name: string]: any };
        comment?: string;
        delayInSeconds: number;
        name: string;
        queryLanguage?: QueryLanguage;
        stateName?: string;
        time: WaitTime;
    }

    Hierarchy

    • WaitProps
      • SfnWaitProps
    Index

    Properties

    assign?: { [name: string]: any }

    Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps.

    comment?: string

    A comment describing this state

    No comment
    
    delayInSeconds: number
    name: string
    queryLanguage?: QueryLanguage

    The name of the query language used by the state. If the state does not contain a queryLanguage field, then it will use the query language specified in the top-level queryLanguage field.

    - JSONPath
    
    stateName?: string

    Optional name for this state

    - The construct ID will be used as state name
    
    time: WaitTime

    Wait duration.