Amplify Toolbox
    Preparing search index...

    Type Alias HostingResources

    CDK resources created by the hosting construct.

    type HostingResources = {
        bucket: Bucket;
        buildCacheBucket?: Bucket;
        distribution: Distribution;
        distributionUrl: string;
    }
    Index

    Properties

    bucket: Bucket

    The S3 bucket storing hosting assets.

    buildCacheBucket?: Bucket

    The S3 bucket used for build caching (when buildCache.enabled is true).

    distribution: Distribution

    The CloudFront distribution serving the site.

    distributionUrl: string

    The URL of the deployed site.