MDAA TS Docs
    Preparing search index...

    Interface AssetDeploymentProps

    interface AssetDeploymentProps {
        assetBucket: IBucket;
        assetDeploymentRole: IRole;
        assetPrefix: string;
        memoryLimitMB?: number;
        scope: Construct;
    }
    Index

    Properties

    assetBucket: IBucket
    assetDeploymentRole: IRole
    assetPrefix: string
    memoryLimitMB?: number
    scope: Construct