MDAA TS Docs
    Preparing search index...
    interface SagemakerNotebookL3ConstructProps {
        assetDeployment?: NotebookAssetDeploymentConfig;
        createOutputs?: boolean;
        createParams?: boolean;
        crossAccountStacks?: { [account: string]: { [region: string]: Stack } };
        kmsKeyArn?: string;
        lifecycleConfigs?: NamedLifecycleConfigProps;
        naming: IMdaaResourceNaming;
        notebooks?: NotebookWithIdProps;
        roleHelper: MdaaRoleHelper;
        tags?: { [key: string]: string };
    }

    Hierarchy

    • MdaaL3ConstructProps
      • SagemakerNotebookL3ConstructProps
    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

    crossAccountStacks?: { [account: string]: { [region: string]: Stack } }
    kmsKeyArn?: string

    KMS key ARN for notebook encryption

    lifecycleConfigs?: NamedLifecycleConfigProps

    Map of lifecycle config names to lifecycle configurations

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    Map of notebook names to notebook configurations

    roleHelper: MdaaRoleHelper
    tags?: { [key: string]: string }