MDAA TS Docs
    Preparing search index...
    interface DomainBucketProps {
        assetDeploymentRole: MdaaRoleRef;
        domainBucketName: string;
    }
    Index

    Properties

    assetDeploymentRole: MdaaRoleRef

    If defined, this role will be used to deploy lifecycle assets. Should be assumable by lambda, and have write access to the domain bucket under the assetPrefix. Must be specified if an existing domainBucketName is also specified. Otherwise, a new role will be created with access to the generated domain bucket.

    domainBucketName: string

    If specified, will be used as the bucket for the domain, where notebooks will be shared, and lifecycle assets will be uploaded. Otherwise a new bucket will be created.