GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Cloudflare Pages Project

    interface PagesProjectProps {
        accountId?: Input<string | undefined>;
        buildConfig?: Input<PagesProjectBuildConfig | undefined>;
        deploymentConfigs?: Input<PagesProjectDeploymentConfigs | undefined>;
        name: Input<string>;
        productionBranch: Input<string>;
        source?: Input<PagesProjectSource | undefined>;
    }

    Hierarchy

    • PagesProjectArgs
      • PagesProjectProps
    Index

    Properties

    accountId?: Input<string | undefined>

    Identifier.

    buildConfig?: Input<PagesProjectBuildConfig | undefined>

    Configs for the project build process.

    deploymentConfigs?: Input<PagesProjectDeploymentConfigs | undefined>

    Configs for deployments in a project.

    name: Input<string>

    Name of the project.

    productionBranch: Input<string>

    Production branch of the project. Used to identify production deployments.

    source?: Input<PagesProjectSource | undefined>

    Configs for the project source control.