MDAA TS Docs
    Preparing search index...
    interface ClientUiProps {
        acmCertArn?: string;
        authProvider?: string;
        cloudFrontPriceClass?: PriceClass;
        domainName?: string;
        hostedZoneId?: string;
    }
    Index

    Properties

    acmCertArn?: string

    ACM certificate ARN for custom domain. If undefined, the default cloudfront certificate will be used.

    authProvider?: string

    Authentication provider identifier to use for autologin. (i.e. : EntraID-OIDC). If defined, the frontend application should autologin using this configuration.

    cloudFrontPriceClass?: PriceClass

    CloudFront price class for distribution. If undefined, PriceClass.PRICE_CLASS_100 will be used

    domainName?: string

    Custom domain name for the admin interface

    hostedZoneId?: string

    Route53 hosted zone ID for domain setup. If defined, the domainName will be configured in Route53 using the hostedZoneId.