Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const examplePagesProject = cloudflare.getPagesProject({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
projectName: "this-is-my-project-01",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_pages_project = cloudflare.get_pages_project(account_id="023e105f4ecef8ad9ca31a8372d0c353",
project_name="this-is-my-project-01")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupPagesProject(ctx, &cloudflare.LookupPagesProjectArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
ProjectName: "this-is-my-project-01",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var examplePagesProject = Cloudflare.GetPagesProject.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
ProjectName = "this-is-my-project-01",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetPagesProjectArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var examplePagesProject = CloudflareFunctions.getPagesProject(GetPagesProjectArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.projectName("this-is-my-project-01")
.build());
}
}
variables:
examplePagesProject:
fn::invoke:
function: cloudflare:getPagesProject
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
projectName: this-is-my-project-01
Using getPagesProject
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPagesProject(args: GetPagesProjectArgs, opts?: InvokeOptions): Promise<GetPagesProjectResult>
function getPagesProjectOutput(args: GetPagesProjectOutputArgs, opts?: InvokeOptions): Output<GetPagesProjectResult>def get_pages_project(account_id: Optional[str] = None,
project_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPagesProjectResult
def get_pages_project_output(account_id: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPagesProjectResult]func LookupPagesProject(ctx *Context, args *LookupPagesProjectArgs, opts ...InvokeOption) (*LookupPagesProjectResult, error)
func LookupPagesProjectOutput(ctx *Context, args *LookupPagesProjectOutputArgs, opts ...InvokeOption) LookupPagesProjectResultOutput> Note: This function is named LookupPagesProject in the Go SDK.
public static class GetPagesProject
{
public static Task<GetPagesProjectResult> InvokeAsync(GetPagesProjectArgs args, InvokeOptions? opts = null)
public static Output<GetPagesProjectResult> Invoke(GetPagesProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPagesProjectResult> getPagesProject(GetPagesProjectArgs args, InvokeOptions options)
public static Output<GetPagesProjectResult> getPagesProject(GetPagesProjectArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getPagesProject:getPagesProject
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - Identifier.
- Project
Name string - Name of the project.
- Account
Id string - Identifier.
- Project
Name string - Name of the project.
- account
Id String - Identifier.
- project
Name String - Name of the project.
- account
Id string - Identifier.
- project
Name string - Name of the project.
- account_
id str - Identifier.
- project_
name str - Name of the project.
- account
Id String - Identifier.
- project
Name String - Name of the project.
getPagesProject Result
The following output properties are available:
- Account
Id string - Identifier.
- Build
Config GetPages Project Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Project Canonical Deployment - Most recent production deployment of the project.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- Domains List<string>
- A list of associated custom domains for the project.
- Framework string
- Framework the project is using.
- Framework
Version string - Version of the framework the project is using.
- Id string
- Name of the project.
- Latest
Deployment GetPages Project Latest Deployment - Most recent deployment of the project.
- Name string
- Name of the project.
- Preview
Script stringName - Name of the preview script.
- Production
Branch string - Production branch of the project. Used to identify production deployments.
- Production
Script stringName - Name of the production script.
- Project
Name string - Name of the project.
- Source
Get
Pages Project Source - Configs for the project source control.
- Subdomain string
- The Cloudflare subdomain associated with the project.
- Uses
Functions bool - Whether the project uses functions.
- Account
Id string - Identifier.
- Build
Config GetPages Project Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Project Canonical Deployment - Most recent production deployment of the project.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- Domains []string
- A list of associated custom domains for the project.
- Framework string
- Framework the project is using.
- Framework
Version string - Version of the framework the project is using.
- Id string
- Name of the project.
- Latest
Deployment GetPages Project Latest Deployment - Most recent deployment of the project.
- Name string
- Name of the project.
- Preview
Script stringName - Name of the preview script.
- Production
Branch string - Production branch of the project. Used to identify production deployments.
- Production
Script stringName - Name of the production script.
- Project
Name string - Name of the project.
- Source
Get
Pages Project Source - Configs for the project source control.
- Subdomain string
- The Cloudflare subdomain associated with the project.
- Uses
Functions bool - Whether the project uses functions.
- account
Id String - Identifier.
- build
Config GetPages Project Build Config - Configs for the project build process.
- canonical
Deployment GetPages Project Canonical Deployment - Most recent production deployment of the project.
- created
On String - When the project was created.
- deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains List<String>
- A list of associated custom domains for the project.
- framework String
- Framework the project is using.
- framework
Version String - Version of the framework the project is using.
- id String
- Name of the project.
- latest
Deployment GetPages Project Latest Deployment - Most recent deployment of the project.
- name String
- Name of the project.
- preview
Script StringName - Name of the preview script.
- production
Branch String - Production branch of the project. Used to identify production deployments.
- production
Script StringName - Name of the production script.
- project
Name String - Name of the project.
- source
Get
Pages Project Source - Configs for the project source control.
- subdomain String
- The Cloudflare subdomain associated with the project.
- uses
Functions Boolean - Whether the project uses functions.
- account
Id string - Identifier.
- build
Config GetPages Project Build Config - Configs for the project build process.
- canonical
Deployment GetPages Project Canonical Deployment - Most recent production deployment of the project.
- created
On string - When the project was created.
- deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains string[]
- A list of associated custom domains for the project.
- framework string
- Framework the project is using.
- framework
Version string - Version of the framework the project is using.
- id string
- Name of the project.
- latest
Deployment GetPages Project Latest Deployment - Most recent deployment of the project.
- name string
- Name of the project.
- preview
Script stringName - Name of the preview script.
- production
Branch string - Production branch of the project. Used to identify production deployments.
- production
Script stringName - Name of the production script.
- project
Name string - Name of the project.
- source
Get
Pages Project Source - Configs for the project source control.
- subdomain string
- The Cloudflare subdomain associated with the project.
- uses
Functions boolean - Whether the project uses functions.
- account_
id str - Identifier.
- build_
config GetPages Project Build Config - Configs for the project build process.
- canonical_
deployment GetPages Project Canonical Deployment - Most recent production deployment of the project.
- created_
on str - When the project was created.
- deployment_
configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains Sequence[str]
- A list of associated custom domains for the project.
- framework str
- Framework the project is using.
- framework_
version str - Version of the framework the project is using.
- id str
- Name of the project.
- latest_
deployment GetPages Project Latest Deployment - Most recent deployment of the project.
- name str
- Name of the project.
- preview_
script_ strname - Name of the preview script.
- production_
branch str - Production branch of the project. Used to identify production deployments.
- production_
script_ strname - Name of the production script.
- project_
name str - Name of the project.
- source
Get
Pages Project Source - Configs for the project source control.
- subdomain str
- The Cloudflare subdomain associated with the project.
- uses_
functions bool - Whether the project uses functions.
- account
Id String - Identifier.
- build
Config Property Map - Configs for the project build process.
- canonical
Deployment Property Map - Most recent production deployment of the project.
- created
On String - When the project was created.
- deployment
Configs Property Map - Configs for deployments in a project.
- domains List<String>
- A list of associated custom domains for the project.
- framework String
- Framework the project is using.
- framework
Version String - Version of the framework the project is using.
- id String
- Name of the project.
- latest
Deployment Property Map - Most recent deployment of the project.
- name String
- Name of the project.
- preview
Script StringName - Name of the preview script.
- production
Branch String - Production branch of the project. Used to identify production deployments.
- production
Script StringName - Name of the production script.
- project
Name String - Name of the project.
- source Property Map
- Configs for the project source control.
- subdomain String
- The Cloudflare subdomain associated with the project.
- uses
Functions Boolean - Whether the project uses functions.
Supporting Types
GetPagesProjectBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
- build
Caching boolean - Enable build caching for the project.
- build
Command string - Command used to build project.
- destination
Dir string - Assets output directory of the build.
- root
Dir string - Directory to run the command.
- web
Analytics stringTag - The classifying tag for analytics.
- web
Analytics stringToken - The auth token for analytics.
- build_
caching bool - Enable build caching for the project.
- build_
command str - Command used to build project.
- destination_
dir str - Assets output directory of the build.
- root_
dir str - Directory to run the command.
- web_
analytics_ strtag - The classifying tag for analytics.
- web_
analytics_ strtoken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectCanonicalDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Project Canonical Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Canonical Deployment Source - Configs for the project source control.
- Stages
List<Get
Pages Project Canonical Deployment Stage> - List of past stages.
- Url string
- The live URL to view this deployment.
- Uses
Functions bool - Whether the deployment uses functions.
- Aliases []string
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Project Canonical Deployment Env Vars - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Canonical Deployment Source - Configs for the project source control.
- Stages
[]Get
Pages Project Canonical Deployment Stage - List of past stages.
- Url string
- The live URL to view this deployment.
- Uses
Functions bool - Whether the deployment uses functions.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Project Canonical Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - Configs for the project source control.
- stages
List<Get
Pages Project Canonical Deployment Stage> - List of past stages.
- url String
- The live URL to view this deployment.
- uses
Functions Boolean - Whether the deployment uses functions.
- aliases string[]
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Project Canonical Deployment Env Vars} - Environment variables used for builds and Pages Functions.
- environment string
- Type of deploy. Available values: "preview", "production".
- id string
- Id of the deployment.
- is
Skipped boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified
On string - When the deployment was last modified.
- project
Id string - Id of the project.
- project
Name string - Name of the project.
- short
Id string - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - Configs for the project source control.
- stages
Get
Pages Project Canonical Deployment Stage[] - List of past stages.
- url string
- The live URL to view this deployment.
- uses
Functions boolean - Whether the deployment uses functions.
- aliases Sequence[str]
- A list of alias URLs pointing to this deployment.
- build_
config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Project Canonical Deployment Env Vars] - Environment variables used for builds and Pages Functions.
- environment str
- Type of deploy. Available values: "preview", "production".
- id str
- Id of the deployment.
- is_
skipped bool - If the deployment has been skipped.
- latest_
stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified_
on str - When the deployment was last modified.
- project_
id str - Id of the project.
- project_
name str - Name of the project.
- short_
id str - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - Configs for the project source control.
- stages
Sequence[Get
Pages Project Canonical Deployment Stage] - List of past stages.
- url str
- The live URL to view this deployment.
- uses_
functions bool - Whether the deployment uses functions.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config Property Map - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger Property Map - Info about what caused the deployment.
- env
Vars Map<Property Map> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage Property Map - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source Property Map
- Configs for the project source control.
- stages List<Property Map>
- List of past stages.
- url String
- The live URL to view this deployment.
- uses
Functions Boolean - Whether the deployment uses functions.
GetPagesProjectCanonicalDeploymentBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
- build
Caching boolean - Enable build caching for the project.
- build
Command string - Command used to build project.
- destination
Dir string - Assets output directory of the build.
- root
Dir string - Directory to run the command.
- web
Analytics stringTag - The classifying tag for analytics.
- web
Analytics stringToken - The auth token for analytics.
- build_
caching bool - Enable build caching for the project.
- build_
command str - Command used to build project.
- destination_
dir str - Assets output directory of the build.
- root_
dir str - Directory to run the command.
- web_
analytics_ strtag - The classifying tag for analytics.
- web_
analytics_ strtoken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectCanonicalDeploymentDeploymentTrigger
- Metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- Metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type String
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type str
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata Property Map
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
GetPagesProjectCanonicalDeploymentDeploymentTriggerMetadata
- Branch string
- Where the trigger happened.
- Commit
Dirty bool - Whether the deployment trigger commit was dirty.
- Commit
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- Branch string
- Where the trigger happened.
- Commit
Dirty bool - Whether the deployment trigger commit was dirty.
- Commit
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- commit
Dirty Boolean - Whether the deployment trigger commit was dirty.
- commit
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
- branch string
- Where the trigger happened.
- commit
Dirty boolean - Whether the deployment trigger commit was dirty.
- commit
Hash string - Hash of the deployment trigger commit.
- commit
Message string - Message of the deployment trigger commit.
- branch str
- Where the trigger happened.
- commit_
dirty bool - Whether the deployment trigger commit was dirty.
- commit_
hash str - Hash of the deployment trigger commit.
- commit_
message str - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- commit
Dirty Boolean - Whether the deployment trigger commit was dirty.
- commit
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
GetPagesProjectCanonicalDeploymentEnvVars
GetPagesProjectCanonicalDeploymentLatestStage
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On string - When the stage ended.
- name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On string - When the stage started.
- status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started_
on str - When the stage started.
- status str
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
GetPagesProjectCanonicalDeploymentSource
- Config
Get
Pages Project Canonical Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Project Canonical Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Canonical Deployment Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Canonical Deployment Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Canonical Deployment Source Config - type str
- The source control management provider. Available values: "github", "gitlab".
- config Property Map
- type String
- The source control management provider. Available values: "github", "gitlab".
GetPagesProjectCanonicalDeploymentSourceConfig
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes List<string> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes List<string> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch List<string>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch List<string>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes []string - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes []string - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch []stringExcludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch []stringIncludes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
- deployments
Enabled boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner string
- The owner of the repository.
- owner
Id string - The owner ID of the repository.
- path
Excludes string[] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes string[] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments booleanEnabled - Whether to enable PR comments.
- preview
Branch string[]Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch string[]Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch string - The production branch of the repository.
- production
Deployments booleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id string - The ID of the repository.
- repo
Name string - The name of the repository.
- deployments_
enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner str
- The owner of the repository.
- owner_
id str - The owner ID of the repository.
- path_
excludes Sequence[str] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path_
includes Sequence[str] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr_
comments_ boolenabled - Whether to enable PR comments.
- preview_
branch_ Sequence[str]excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
branch_ Sequence[str]includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
deployment_ strsetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production_
branch str - The production branch of the repository.
- production_
deployments_ boolenabled - Whether to trigger a production deployment on commits to the production branch.
- repo_
id str - The ID of the repository.
- repo_
name str - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
GetPagesProjectCanonicalDeploymentStage
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On string - When the stage ended.
- name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On string - When the stage started.
- status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started_
on str - When the stage started.
- status str
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
GetPagesProjectDeploymentConfigs
- Preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- Preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview Property Map
- Configs for preview deploys.
- production Property Map
- Configs for production deploys.
GetPagesProjectDeploymentConfigsPreview
- Ai
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Ai Bindings> - Constellation bindings used for Pages Functions.
- Always
Use boolLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- Analytics
Engine Dictionary<string, GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Project Deployment Configs Preview Browsers> - Browser bindings used for Pages Functions.
- Build
Image intMajor Version - The major version of the build image to use for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags List<string> - Compatibility flags used for Pages Functions.
- D1Databases
Dictionary<string, Get
Pages Project Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Project Deployment Configs Preview Env Vars> - Environment variables used for builds and Pages Functions.
- Fail
Open bool - Whether to fail open when the deployment config cannot be applied.
- Hyperdrive
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Project Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- Limits
Get
Pages Project Deployment Configs Preview Limits - Limits for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Project Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Project Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Project Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Project Deployment Configs Preview Services> - Services used for Pages Functions.
- Usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- Vectorize
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- Wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- Ai
Bindings map[string]GetPages Project Deployment Configs Preview Ai Bindings - Constellation bindings used for Pages Functions.
- Always
Use boolLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- Analytics
Engine map[string]GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Project Deployment Configs Preview Browsers - Browser bindings used for Pages Functions.
- Build
Image intMajor Version - The major version of the build image to use for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags []string - Compatibility flags used for Pages Functions.
- D1Databases
map[string]Get
Pages Project Deployment Configs Preview D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Project Deployment Configs Preview Env Vars - Environment variables used for builds and Pages Functions.
- Fail
Open bool - Whether to fail open when the deployment config cannot be applied.
- Hyperdrive
Bindings map[string]GetPages Project Deployment Configs Preview Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Project Deployment Configs Preview Kv Namespaces - KV namespaces used for Pages Functions.
- Limits
Get
Pages Project Deployment Configs Preview Limits - Limits for Pages Functions.
- Mtls
Certificates map[string]GetPages Project Deployment Configs Preview Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Project Deployment Configs Preview Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Project Deployment Configs Preview R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Project Deployment Configs Preview Services - Services used for Pages Functions.
- Usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- Vectorize
Bindings map[string]GetPages Project Deployment Configs Preview Vectorize Bindings - Vectorize bindings used for Pages Functions.
- Wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings Map<String,GetPages Project Deployment Configs Preview Ai Bindings> - Constellation bindings used for Pages Functions.
- always
Use BooleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine Map<String,GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Project Deployment Configs Preview Browsers> - Browser bindings used for Pages Functions.
- build
Image IntegerMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases
Map<String,Get
Pages Project Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Project Deployment Configs Preview Env Vars> - Environment variables used for builds and Pages Functions.
- fail
Open Boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings Map<String,GetPages Project Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Project Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls
Certificates Map<String,GetPages Project Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Project Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Project Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Project Deployment Configs Preview Services> - Services used for Pages Functions.
- usage
Model String - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings Map<String,GetPages Project Deployment Configs Preview Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- wrangler
Config StringHash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings {[key: string]: GetPages Project Deployment Configs Preview Ai Bindings} - Constellation bindings used for Pages Functions.
- always
Use booleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine {[key: string]: GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Project Deployment Configs Preview Browsers} - Browser bindings used for Pages Functions.
- build
Image numberMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date string - Compatibility date used for Pages Functions.
- compatibility
Flags string[] - Compatibility flags used for Pages Functions.
- d1Databases
{[key: string]: Get
Pages Project Deployment Configs Preview D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Project Deployment Configs Preview Env Vars} - Environment variables used for builds and Pages Functions.
- fail
Open boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings {[key: string]: GetPages Project Deployment Configs Preview Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Project Deployment Configs Preview Kv Namespaces} - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Project Deployment Configs Preview Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Project Deployment Configs Preview Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Project Deployment Configs Preview R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Project Deployment Configs Preview Services} - Services used for Pages Functions.
- usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings {[key: string]: GetPages Project Deployment Configs Preview Vectorize Bindings} - Vectorize bindings used for Pages Functions.
- wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- ai_
bindings Mapping[str, GetPages Project Deployment Configs Preview Ai Bindings] - Constellation bindings used for Pages Functions.
- always_
use_ boollatest_ compatibility_ date - Whether to always use the latest compatibility date for Pages Functions.
- analytics_
engine_ Mapping[str, Getdatasets Pages Project Deployment Configs Preview Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Project Deployment Configs Preview Browsers] - Browser bindings used for Pages Functions.
- build_
image_ intmajor_ version - The major version of the build image to use for Pages Functions.
- compatibility_
date str - Compatibility date used for Pages Functions.
- compatibility_
flags Sequence[str] - Compatibility flags used for Pages Functions.
- d1_
databases Mapping[str, GetPages Project Deployment Configs Preview D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Project Deployment Configs Preview Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Project Deployment Configs Preview Env Vars] - Environment variables used for builds and Pages Functions.
- fail_
open bool - Whether to fail open when the deployment config cannot be applied.
- hyperdrive_
bindings Mapping[str, GetPages Project Deployment Configs Preview Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Project Deployment Configs Preview Kv Namespaces] - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Project Deployment Configs Preview Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Project Deployment Configs Preview Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Project Deployment Configs Preview R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Project Deployment Configs Preview Services] - Services used for Pages Functions.
- usage_
model str - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize_
bindings Mapping[str, GetPages Project Deployment Configs Preview Vectorize Bindings] - Vectorize bindings used for Pages Functions.
- wrangler_
config_ strhash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings Map<Property Map> - Constellation bindings used for Pages Functions.
- always
Use BooleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine Map<Property Map>Datasets - Analytics Engine bindings used for Pages Functions.
- browsers Map<Property Map>
- Browser bindings used for Pages Functions.
- build
Image NumberMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases Map<Property Map>
- D1 databases used for Pages Functions.
- durable
Object Map<Property Map>Namespaces - Durable Object namespaces used for Pages Functions.
- env
Vars Map<Property Map> - Environment variables used for builds and Pages Functions.
- fail
Open Boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings Map<Property Map> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<Property Map> - KV namespaces used for Pages Functions.
- limits Property Map
- Limits for Pages Functions.
- mtls
Certificates Map<Property Map> - mTLS bindings used for Pages Functions.
- placement Property Map
- Placement setting used for Pages Functions.
- queue
Producers Map<Property Map> - Queue Producer bindings used for Pages Functions.
- r2Buckets Map<Property Map>
- R2 buckets used for Pages Functions.
- services Map<Property Map>
- Services used for Pages Functions.
- usage
Model String - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings Map<Property Map> - Vectorize bindings used for Pages Functions.
- wrangler
Config StringHash - Hash of the Wrangler configuration used for the deployment.
GetPagesProjectDeploymentConfigsPreviewAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectDeploymentConfigsPreviewAnalyticsEngineDatasets
- Dataset string
- Name of the dataset.
- Dataset string
- Name of the dataset.
- dataset String
- Name of the dataset.
- dataset string
- Name of the dataset.
- dataset str
- Name of the dataset.
- dataset String
- Name of the dataset.
GetPagesProjectDeploymentConfigsPreviewD1Databases
- Id string
- UUID of the D1 database.
- Id string
- UUID of the D1 database.
- id String
- UUID of the D1 database.
- id string
- UUID of the D1 database.
- id str
- UUID of the D1 database.
- id String
- UUID of the D1 database.
GetPagesProjectDeploymentConfigsPreviewDurableObjectNamespaces
- Namespace
Id string - ID of the Durable Object namespace.
- Namespace
Id string - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
- namespace
Id string - ID of the Durable Object namespace.
- namespace_
id str - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
GetPagesProjectDeploymentConfigsPreviewEnvVars
GetPagesProjectDeploymentConfigsPreviewHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectDeploymentConfigsPreviewKvNamespaces
- Namespace
Id string - ID of the KV namespace.
- Namespace
Id string - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
- namespace
Id string - ID of the KV namespace.
- namespace_
id str - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
GetPagesProjectDeploymentConfigsPreviewLimits
- Cpu
Ms int - CPU time limit in milliseconds.
- Cpu
Ms int - CPU time limit in milliseconds.
- cpu
Ms Integer - CPU time limit in milliseconds.
- cpu
Ms number - CPU time limit in milliseconds.
- cpu_
ms int - CPU time limit in milliseconds.
- cpu
Ms Number - CPU time limit in milliseconds.
GetPagesProjectDeploymentConfigsPreviewMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectDeploymentConfigsPreviewPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectDeploymentConfigsPreviewQueueProducers
- Name string
- Name of the Queue.
- Name string
- Name of the Queue.
- name String
- Name of the Queue.
- name string
- Name of the Queue.
- name str
- Name of the Queue.
- name String
- Name of the Queue.
GetPagesProjectDeploymentConfigsPreviewR2Buckets
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
- jurisdiction string
- Jurisdiction of the R2 bucket.
- name string
- Name of the R2 bucket.
- jurisdiction str
- Jurisdiction of the R2 bucket.
- name str
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
GetPagesProjectDeploymentConfigsPreviewServices
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
- entrypoint string
- The entrypoint to bind to.
- environment string
- The Service environment.
- service string
- The Service name.
- entrypoint str
- The entrypoint to bind to.
- environment str
- The Service environment.
- service str
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
GetPagesProjectDeploymentConfigsPreviewVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectDeploymentConfigsProduction
- Ai
Bindings Dictionary<string, GetPages Project Deployment Configs Production Ai Bindings> - Constellation bindings used for Pages Functions.
- Always
Use boolLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- Analytics
Engine Dictionary<string, GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Project Deployment Configs Production Browsers> - Browser bindings used for Pages Functions.
- Build
Image intMajor Version - The major version of the build image to use for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags List<string> - Compatibility flags used for Pages Functions.
- D1Databases
Dictionary<string, Get
Pages Project Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Project Deployment Configs Production Env Vars> - Environment variables used for builds and Pages Functions.
- Fail
Open bool - Whether to fail open when the deployment config cannot be applied.
- Hyperdrive
Bindings Dictionary<string, GetPages Project Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Project Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- Limits
Get
Pages Project Deployment Configs Production Limits - Limits for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Project Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Project Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Project Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Project Deployment Configs Production Services> - Services used for Pages Functions.
- Usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- Vectorize
Bindings Dictionary<string, GetPages Project Deployment Configs Production Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- Wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- Ai
Bindings map[string]GetPages Project Deployment Configs Production Ai Bindings - Constellation bindings used for Pages Functions.
- Always
Use boolLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- Analytics
Engine map[string]GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Project Deployment Configs Production Browsers - Browser bindings used for Pages Functions.
- Build
Image intMajor Version - The major version of the build image to use for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags []string - Compatibility flags used for Pages Functions.
- D1Databases
map[string]Get
Pages Project Deployment Configs Production D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Project Deployment Configs Production Env Vars - Environment variables used for builds and Pages Functions.
- Fail
Open bool - Whether to fail open when the deployment config cannot be applied.
- Hyperdrive
Bindings map[string]GetPages Project Deployment Configs Production Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Project Deployment Configs Production Kv Namespaces - KV namespaces used for Pages Functions.
- Limits
Get
Pages Project Deployment Configs Production Limits - Limits for Pages Functions.
- Mtls
Certificates map[string]GetPages Project Deployment Configs Production Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Project Deployment Configs Production Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Project Deployment Configs Production R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Project Deployment Configs Production Services - Services used for Pages Functions.
- Usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- Vectorize
Bindings map[string]GetPages Project Deployment Configs Production Vectorize Bindings - Vectorize bindings used for Pages Functions.
- Wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings Map<String,GetPages Project Deployment Configs Production Ai Bindings> - Constellation bindings used for Pages Functions.
- always
Use BooleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine Map<String,GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Project Deployment Configs Production Browsers> - Browser bindings used for Pages Functions.
- build
Image IntegerMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases
Map<String,Get
Pages Project Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Project Deployment Configs Production Env Vars> - Environment variables used for builds and Pages Functions.
- fail
Open Boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings Map<String,GetPages Project Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Project Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Production Limits - Limits for Pages Functions.
- mtls
Certificates Map<String,GetPages Project Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Project Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Project Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Project Deployment Configs Production Services> - Services used for Pages Functions.
- usage
Model String - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings Map<String,GetPages Project Deployment Configs Production Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- wrangler
Config StringHash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings {[key: string]: GetPages Project Deployment Configs Production Ai Bindings} - Constellation bindings used for Pages Functions.
- always
Use booleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine {[key: string]: GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Project Deployment Configs Production Browsers} - Browser bindings used for Pages Functions.
- build
Image numberMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date string - Compatibility date used for Pages Functions.
- compatibility
Flags string[] - Compatibility flags used for Pages Functions.
- d1Databases
{[key: string]: Get
Pages Project Deployment Configs Production D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Project Deployment Configs Production Env Vars} - Environment variables used for builds and Pages Functions.
- fail
Open boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings {[key: string]: GetPages Project Deployment Configs Production Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Project Deployment Configs Production Kv Namespaces} - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Production Limits - Limits for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Project Deployment Configs Production Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Project Deployment Configs Production Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Project Deployment Configs Production R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Project Deployment Configs Production Services} - Services used for Pages Functions.
- usage
Model string - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings {[key: string]: GetPages Project Deployment Configs Production Vectorize Bindings} - Vectorize bindings used for Pages Functions.
- wrangler
Config stringHash - Hash of the Wrangler configuration used for the deployment.
- ai_
bindings Mapping[str, GetPages Project Deployment Configs Production Ai Bindings] - Constellation bindings used for Pages Functions.
- always_
use_ boollatest_ compatibility_ date - Whether to always use the latest compatibility date for Pages Functions.
- analytics_
engine_ Mapping[str, Getdatasets Pages Project Deployment Configs Production Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Project Deployment Configs Production Browsers] - Browser bindings used for Pages Functions.
- build_
image_ intmajor_ version - The major version of the build image to use for Pages Functions.
- compatibility_
date str - Compatibility date used for Pages Functions.
- compatibility_
flags Sequence[str] - Compatibility flags used for Pages Functions.
- d1_
databases Mapping[str, GetPages Project Deployment Configs Production D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Project Deployment Configs Production Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Project Deployment Configs Production Env Vars] - Environment variables used for builds and Pages Functions.
- fail_
open bool - Whether to fail open when the deployment config cannot be applied.
- hyperdrive_
bindings Mapping[str, GetPages Project Deployment Configs Production Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Project Deployment Configs Production Kv Namespaces] - KV namespaces used for Pages Functions.
- limits
Get
Pages Project Deployment Configs Production Limits - Limits for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Project Deployment Configs Production Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Project Deployment Configs Production Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Project Deployment Configs Production R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Project Deployment Configs Production Services] - Services used for Pages Functions.
- usage_
model str - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize_
bindings Mapping[str, GetPages Project Deployment Configs Production Vectorize Bindings] - Vectorize bindings used for Pages Functions.
- wrangler_
config_ strhash - Hash of the Wrangler configuration used for the deployment.
- ai
Bindings Map<Property Map> - Constellation bindings used for Pages Functions.
- always
Use BooleanLatest Compatibility Date - Whether to always use the latest compatibility date for Pages Functions.
- analytics
Engine Map<Property Map>Datasets - Analytics Engine bindings used for Pages Functions.
- browsers Map<Property Map>
- Browser bindings used for Pages Functions.
- build
Image NumberMajor Version - The major version of the build image to use for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases Map<Property Map>
- D1 databases used for Pages Functions.
- durable
Object Map<Property Map>Namespaces - Durable Object namespaces used for Pages Functions.
- env
Vars Map<Property Map> - Environment variables used for builds and Pages Functions.
- fail
Open Boolean - Whether to fail open when the deployment config cannot be applied.
- hyperdrive
Bindings Map<Property Map> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<Property Map> - KV namespaces used for Pages Functions.
- limits Property Map
- Limits for Pages Functions.
- mtls
Certificates Map<Property Map> - mTLS bindings used for Pages Functions.
- placement Property Map
- Placement setting used for Pages Functions.
- queue
Producers Map<Property Map> - Queue Producer bindings used for Pages Functions.
- r2Buckets Map<Property Map>
- R2 buckets used for Pages Functions.
- services Map<Property Map>
- Services used for Pages Functions.
- usage
Model String - The usage model for Pages Functions. Available values: "standard", "bundled", "unbound".
- vectorize
Bindings Map<Property Map> - Vectorize bindings used for Pages Functions.
- wrangler
Config StringHash - Hash of the Wrangler configuration used for the deployment.
GetPagesProjectDeploymentConfigsProductionAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectDeploymentConfigsProductionAnalyticsEngineDatasets
- Dataset string
- Name of the dataset.
- Dataset string
- Name of the dataset.
- dataset String
- Name of the dataset.
- dataset string
- Name of the dataset.
- dataset str
- Name of the dataset.
- dataset String
- Name of the dataset.
GetPagesProjectDeploymentConfigsProductionD1Databases
- Id string
- UUID of the D1 database.
- Id string
- UUID of the D1 database.
- id String
- UUID of the D1 database.
- id string
- UUID of the D1 database.
- id str
- UUID of the D1 database.
- id String
- UUID of the D1 database.
GetPagesProjectDeploymentConfigsProductionDurableObjectNamespaces
- Namespace
Id string - ID of the Durable Object namespace.
- Namespace
Id string - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
- namespace
Id string - ID of the Durable Object namespace.
- namespace_
id str - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
GetPagesProjectDeploymentConfigsProductionEnvVars
GetPagesProjectDeploymentConfigsProductionHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectDeploymentConfigsProductionKvNamespaces
- Namespace
Id string - ID of the KV namespace.
- Namespace
Id string - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
- namespace
Id string - ID of the KV namespace.
- namespace_
id str - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
GetPagesProjectDeploymentConfigsProductionLimits
- Cpu
Ms int - CPU time limit in milliseconds.
- Cpu
Ms int - CPU time limit in milliseconds.
- cpu
Ms Integer - CPU time limit in milliseconds.
- cpu
Ms number - CPU time limit in milliseconds.
- cpu_
ms int - CPU time limit in milliseconds.
- cpu
Ms Number - CPU time limit in milliseconds.
GetPagesProjectDeploymentConfigsProductionMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectDeploymentConfigsProductionPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectDeploymentConfigsProductionQueueProducers
- Name string
- Name of the Queue.
- Name string
- Name of the Queue.
- name String
- Name of the Queue.
- name string
- Name of the Queue.
- name str
- Name of the Queue.
- name String
- Name of the Queue.
GetPagesProjectDeploymentConfigsProductionR2Buckets
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
- jurisdiction string
- Jurisdiction of the R2 bucket.
- name string
- Name of the R2 bucket.
- jurisdiction str
- Jurisdiction of the R2 bucket.
- name str
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
GetPagesProjectDeploymentConfigsProductionServices
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
- entrypoint string
- The entrypoint to bind to.
- environment string
- The Service environment.
- service string
- The Service name.
- entrypoint str
- The entrypoint to bind to.
- environment str
- The Service environment.
- service str
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
GetPagesProjectDeploymentConfigsProductionVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectLatestDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Project Latest Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Latest Deployment Source - Configs for the project source control.
- Stages
List<Get
Pages Project Latest Deployment Stage> - List of past stages.
- Url string
- The live URL to view this deployment.
- Uses
Functions bool - Whether the deployment uses functions.
- Aliases []string
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Project Latest Deployment Env Vars - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Latest Deployment Source - Configs for the project source control.
- Stages
[]Get
Pages Project Latest Deployment Stage - List of past stages.
- Url string
- The live URL to view this deployment.
- Uses
Functions bool - Whether the deployment uses functions.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Project Latest Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - Configs for the project source control.
- stages
List<Get
Pages Project Latest Deployment Stage> - List of past stages.
- url String
- The live URL to view this deployment.
- uses
Functions Boolean - Whether the deployment uses functions.
- aliases string[]
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Project Latest Deployment Env Vars} - Environment variables used for builds and Pages Functions.
- environment string
- Type of deploy. Available values: "preview", "production".
- id string
- Id of the deployment.
- is
Skipped boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified
On string - When the deployment was last modified.
- project
Id string - Id of the project.
- project
Name string - Name of the project.
- short
Id string - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - Configs for the project source control.
- stages
Get
Pages Project Latest Deployment Stage[] - List of past stages.
- url string
- The live URL to view this deployment.
- uses
Functions boolean - Whether the deployment uses functions.
- aliases Sequence[str]
- A list of alias URLs pointing to this deployment.
- build_
config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Project Latest Deployment Env Vars] - Environment variables used for builds and Pages Functions.
- environment str
- Type of deploy. Available values: "preview", "production".
- id str
- Id of the deployment.
- is_
skipped bool - If the deployment has been skipped.
- latest_
stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified_
on str - When the deployment was last modified.
- project_
id str - Id of the project.
- project_
name str - Name of the project.
- short_
id str - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - Configs for the project source control.
- stages
Sequence[Get
Pages Project Latest Deployment Stage] - List of past stages.
- url str
- The live URL to view this deployment.
- uses_
functions bool - Whether the deployment uses functions.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config Property Map - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger Property Map - Info about what caused the deployment.
- env
Vars Map<Property Map> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage Property Map - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source Property Map
- Configs for the project source control.
- stages List<Property Map>
- List of past stages.
- url String
- The live URL to view this deployment.
- uses
Functions Boolean - Whether the deployment uses functions.
GetPagesProjectLatestDeploymentBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - Assets output directory of the build.
- Root
Dir string - Directory to run the command.
- Web
Analytics stringTag - The classifying tag for analytics.
- Web
Analytics stringToken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
- build
Caching boolean - Enable build caching for the project.
- build
Command string - Command used to build project.
- destination
Dir string - Assets output directory of the build.
- root
Dir string - Directory to run the command.
- web
Analytics stringTag - The classifying tag for analytics.
- web
Analytics stringToken - The auth token for analytics.
- build_
caching bool - Enable build caching for the project.
- build_
command str - Command used to build project.
- destination_
dir str - Assets output directory of the build.
- root_
dir str - Directory to run the command.
- web_
analytics_ strtag - The classifying tag for analytics.
- web_
analytics_ strtoken - The auth token for analytics.
- build
Caching Boolean - Enable build caching for the project.
- build
Command String - Command used to build project.
- destination
Dir String - Assets output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectLatestDeploymentDeploymentTrigger
- Metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- Metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type String
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type string
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type str
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
- metadata Property Map
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "github:push", "adhoc", "deployhook".
GetPagesProjectLatestDeploymentDeploymentTriggerMetadata
- Branch string
- Where the trigger happened.
- Commit
Dirty bool - Whether the deployment trigger commit was dirty.
- Commit
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- Branch string
- Where the trigger happened.
- Commit
Dirty bool - Whether the deployment trigger commit was dirty.
- Commit
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- commit
Dirty Boolean - Whether the deployment trigger commit was dirty.
- commit
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
- branch string
- Where the trigger happened.
- commit
Dirty boolean - Whether the deployment trigger commit was dirty.
- commit
Hash string - Hash of the deployment trigger commit.
- commit
Message string - Message of the deployment trigger commit.
- branch str
- Where the trigger happened.
- commit_
dirty bool - Whether the deployment trigger commit was dirty.
- commit_
hash str - Hash of the deployment trigger commit.
- commit_
message str - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- commit
Dirty Boolean - Whether the deployment trigger commit was dirty.
- commit
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
GetPagesProjectLatestDeploymentEnvVars
GetPagesProjectLatestDeploymentLatestStage
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On string - When the stage ended.
- name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On string - When the stage started.
- status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started_
on str - When the stage started.
- status str
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
GetPagesProjectLatestDeploymentSource
- Config
Get
Pages Project Latest Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Project Latest Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Latest Deployment Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Latest Deployment Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Latest Deployment Source Config - type str
- The source control management provider. Available values: "github", "gitlab".
- config Property Map
- type String
- The source control management provider. Available values: "github", "gitlab".
GetPagesProjectLatestDeploymentSourceConfig
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes List<string> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes List<string> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch List<string>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch List<string>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes []string - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes []string - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch []stringExcludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch []stringIncludes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
- deployments
Enabled boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner string
- The owner of the repository.
- owner
Id string - The owner ID of the repository.
- path
Excludes string[] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes string[] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments booleanEnabled - Whether to enable PR comments.
- preview
Branch string[]Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch string[]Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch string - The production branch of the repository.
- production
Deployments booleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id string - The ID of the repository.
- repo
Name string - The name of the repository.
- deployments_
enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner str
- The owner of the repository.
- owner_
id str - The owner ID of the repository.
- path_
excludes Sequence[str] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path_
includes Sequence[str] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr_
comments_ boolenabled - Whether to enable PR comments.
- preview_
branch_ Sequence[str]excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
branch_ Sequence[str]includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
deployment_ strsetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production_
branch str - The production branch of the repository.
- production_
deployments_ boolenabled - Whether to trigger a production deployment on commits to the production branch.
- repo_
id str - The ID of the repository.
- repo_
name str - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
GetPagesProjectLatestDeploymentStage
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- Ended
On string - When the stage ended.
- Name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- Started
On string - When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On string - When the stage ended.
- name string
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On string - When the stage started.
- status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started_
on str - When the stage started.
- status str
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- ended
On String - When the stage ended.
- name String
- The current build stage. Available values: "queued", "initialize", <span pulumi-lang-nodejs=""cloneRepo"" pulumi-lang-dotnet=""CloneRepo"" pulumi-lang-go=""cloneRepo"" pulumi-lang-python=""clone_repo"" pulumi-lang-yaml=""cloneRepo"" pulumi-lang-java=""cloneRepo"">"clone_repo", "build", "deploy".
- started
On String - When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
GetPagesProjectSource
- Config
Get
Pages Project Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Project Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Project Source Config - type str
- The source control management provider. Available values: "github", "gitlab".
- config Property Map
- type String
- The source control management provider. Available values: "github", "gitlab".
GetPagesProjectSourceConfig
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes List<string> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes List<string> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch List<string>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch List<string>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- Deployments
Enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- Owner string
- The owner of the repository.
- Owner
Id string - The owner ID of the repository.
- Path
Excludes []string - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - Path
Includes []string - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - Pr
Comments boolEnabled - Whether to enable PR comments.
- Preview
Branch []stringExcludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Branch []stringIncludes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - Preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- Production
Branch string - The production branch of the repository.
- Production
Deployments boolEnabled - Whether to trigger a production deployment on commits to the production branch.
- Repo
Id string - The ID of the repository.
- Repo
Name string - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
- deployments
Enabled boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner string
- The owner of the repository.
- owner
Id string - The owner ID of the repository.
- path
Excludes string[] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes string[] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments booleanEnabled - Whether to enable PR comments.
- preview
Branch string[]Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch string[]Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment stringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch string - The production branch of the repository.
- production
Deployments booleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id string - The ID of the repository.
- repo
Name string - The name of the repository.
- deployments_
enabled bool - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner str
- The owner of the repository.
- owner_
id str - The owner ID of the repository.
- path_
excludes Sequence[str] - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path_
includes Sequence[str] - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr_
comments_ boolenabled - Whether to enable PR comments.
- preview_
branch_ Sequence[str]excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
branch_ Sequence[str]includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview_
deployment_ strsetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production_
branch str - The production branch of the repository.
- production_
deployments_ boolenabled - Whether to trigger a production deployment on commits to the production branch.
- repo_
id str - The ID of the repository.
- repo_
name str - The name of the repository.
- deployments
Enabled Boolean - Whether to enable automatic deployments when pushing to the source repository. When disabled, no deployments (production or preview) will be triggered automatically.
- owner String
- The owner of the repository.
- owner
Id String - The owner ID of the repository.
- path
Excludes List<String> - A list of paths that should be excluded from triggering a preview deployment. Wildcard syntax (
*) is supported. - path
Includes List<String> - A list of paths that should be watched to trigger a preview deployment. Wildcard syntax (
*) is supported. - pr
Comments BooleanEnabled - Whether to enable PR comments.
- preview
Branch List<String>Excludes - A list of branches that should not trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Branch List<String>Includes - A list of branches that should trigger a preview deployment. Wildcard syntax (
*) is supported. Must be used withpreview_deployment_settingset tocustom. - preview
Deployment StringSetting - Controls whether commits to preview branches trigger a preview deployment. Available values: "all", "none", "custom".
- production
Branch String - The production branch of the repository.
- production
Deployments BooleanEnabled - Whether to trigger a production deployment on commits to the production branch.
- repo
Id String - The ID of the repository.
- repo
Name String - The name of the repository.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
