MDAA TS Docs
    Preparing search index...

    Interface MdaaPythonRequirementsLayerVersionProps

    interface MdaaPythonRequirementsLayerVersionProps {
        createOutputs?: boolean;
        createParams?: boolean;
        layerVersionName: string;
        naming: IMdaaResourceNaming;
        pythonRequirementsPath: string;
        pythonVersion?: PythonVersion;
    }

    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

    layerVersionName: string
    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    pythonRequirementsPath: string
    pythonVersion?: PythonVersion

    Python version specification for dependency compatibility and runtime alignment