@resistdesign/voltra
    Preparing search index...

    Type Alias AddCDNConfig

    Configuration for the CDN pack.

    type AddCDNConfig = {
        certificateArn: any;
        domainName: any;
        fileStorageId: string;
        hostedZoneId: any;
        id: string;
    }
    Index

    Properties

    certificateArn: any

    ACM certificate ARN for the domain.

    domainName: any

    Domain name to serve.

    fileStorageId: string

    S3 file storage resource id.

    hostedZoneId: any

    Route53 hosted zone id for the domain.

    id: string

    CloudFront distribution id.