Takomo v9.0.1
    Preparing search index...

    Type Alias GetCurrentStateProps<CONFIG>

    Represents the properties passed to get the current state of a custom stack.

    type GetCurrentStateProps<CONFIG> = {
        config: CONFIG;
        ctx: StacksContext;
        logger: TkmLogger;
        stack: CustomStack;
    }

    Type Parameters

    • CONFIG
    Index

    Properties

    Properties

    config: CONFIG

    The configuration object for the custom stack.

    The stacks context.

    logger: TkmLogger

    The logger instance to be used for logging.

    The custom stack for which the current state is being retrieved.

    Stack provides access for stack path, name, region, and AWS credentials.