MDAA TS Docs
    Preparing search index...
    interface ResourceLinkProps {
        fromAccount?: string;
        grantPrincipals?: NamedPrincipalProps;
        targetAccount?: string;
        targetDatabase: string;
        targetRegion?: string;
    }
    Index

    Properties

    fromAccount?: string

    The account in which the resource link should be created. If not specified, will default to the local account.

    grantPrincipals?: NamedPrincipalProps

    Named principals to be granted DESCRIBE access to the resource link

    targetAccount?: string

    The account where the target database exists

    targetDatabase: string

    Name of the target database

    targetRegion?: string

    The region where the target database exists