@oneblink/sdk-core
    Preparing search index...

    Type Alias NewCDNEnvironmentDistributionConfiguration

    type NewCDNEnvironmentDistributionConfiguration = {
        brandedDomain: string;
        customDomain?: {
            acm: {
                certificateArn: string;
                dnsValidation: { name: string; type: string; value: string };
            };
            domain: string;
            isComplete: boolean;
        };
        disableSecurityResponseHeaders?: boolean;
        isSinglePageApplication?: boolean;
        isWafEnabled?: boolean;
    }
    Index

    Properties

    brandedDomain: string
    customDomain?: {
        acm: {
            certificateArn: string;
            dnsValidation: { name: string; type: string; value: string };
        };
        domain: string;
        isComplete: boolean;
    }
    disableSecurityResponseHeaders?: boolean
    isSinglePageApplication?: boolean
    isWafEnabled?: boolean