MDAA TS Docs
    Preparing search index...

    Properties for creating a Mdaa Databrew Recipe

    interface MdaaDataBrewRecipeProps {
        createOutputs?: boolean;
        createParams?: boolean;
        description?: string;
        name: string;
        naming: IMdaaResourceNaming;
        steps: IResolvable | (IResolvable | RecipeStepProperty)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    description?: string

    Description of the recipe's purpose and transformations.

    name: string

    Unique name for the DataBrew recipe.

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    steps: IResolvable | (IResolvable | RecipeStepProperty)[]

    Array of transformation steps for the recipe.