Takomo v9.0.1
    Preparing search index...

    Type Alias CreateCustomStackProps<CONFIG>

    Represents the properties passed to create a custom stack operation.

    type CreateCustomStackProps<CONFIG> = {
        config: CONFIG;
        ctx: StacksContext;
        logger: TkmLogger;
        parameters: Parameters;
        stack: CustomStack;
        tags: Tags;
    }

    Type Parameters

    • CONFIG
    Index

    Properties

    config: CONFIG

    The configuration object for the custom stack.

    The stacks context.

    logger: TkmLogger

    The logger instance to be used for logging.

    parameters: Parameters

    The parameters to be used for the create operation.

    The custom stack to be created.

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

    tags: Tags

    The tags to be used for the create operation.