GradientEdge CDK Utils
    Preparing search index...
    interface PagesProjectProps {
        accountId: Input<string>;
        buildConfig?: Input<PagesProjectBuildConfig>;
        deploymentConfigs?: Input<PagesProjectDeploymentConfigs>;
        name: Input<string>;
        productionBranch: Input<string>;
        source?: Input<PagesProjectSource>;
    }

    Hierarchy

    • PagesProjectArgs
      • PagesProjectProps
    Index

    Properties

    accountId: Input<string>

    Identifier.

    buildConfig?: Input<PagesProjectBuildConfig>

    Configs for the project build process.

    deploymentConfigs?: Input<PagesProjectDeploymentConfigs>

    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>

    Configs for the project source control.