MDAA TS Docs
    Preparing search index...
    interface AccessPolicyProps {
        name: string;
        readRoleRefs?: MdaaRoleRef[];
        readWriteRoleRefs?: MdaaRoleRef[];
        readWriteSuperRoleRefs?: MdaaRoleRef[];
        s3Prefix: string;
    }
    Index

    Properties

    name: string

    Name of the access policy

    readRoleRefs?: MdaaRoleRef[]

    List of role ids which will be granted readonly access to the S3 prefix

    readWriteRoleRefs?: MdaaRoleRef[]

    List of role ids which will be granted read/write access to the S3 prefix

    readWriteSuperRoleRefs?: MdaaRoleRef[]

    List of role ids which will be granted superuser access to the S3 prefix

    s3Prefix: string

    S3 prefix path where this access policy applies (e.g., '/', '/data').