GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Cloudflare Pages Domain

    interface PagesDomainProps {
        accountId?: Input<string>;
        name: Input<string>;
        projectName: Input<string>;
    }

    Hierarchy

    • PagesDomainArgs
      • PagesDomainProps
    Index

    Properties

    accountId?: Input<string>

    Identifier.

    name: Input<string>

    The domain name.

    projectName: Input<string>

    Name of the project.