Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const examplePagesProjects = cloudflare.getPagesProjects({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_pages_projects = cloudflare.get_pages_projects(account_id="023e105f4ecef8ad9ca31a8372d0c353")
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.LookupPagesProjects(ctx, &cloudflare.LookupPagesProjectsArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
}, 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 examplePagesProjects = Cloudflare.GetPagesProjects.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
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.GetPagesProjectsArgs;
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 examplePagesProjects = CloudflareFunctions.getPagesProjects(GetPagesProjectsArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
examplePagesProjects:
fn::invoke:
function: cloudflare:getPagesProjects
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
Using getPagesProjects
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 getPagesProjects(args: GetPagesProjectsArgs, opts?: InvokeOptions): Promise<GetPagesProjectsResult>
function getPagesProjectsOutput(args: GetPagesProjectsOutputArgs, opts?: InvokeOptions): Output<GetPagesProjectsResult>def get_pages_projects(account_id: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPagesProjectsResult
def get_pages_projects_output(account_id: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPagesProjectsResult]func LookupPagesProjects(ctx *Context, args *LookupPagesProjectsArgs, opts ...InvokeOption) (*LookupPagesProjectsResult, error)
func LookupPagesProjectsOutput(ctx *Context, args *LookupPagesProjectsOutputArgs, opts ...InvokeOption) LookupPagesProjectsResultOutput> Note: This function is named LookupPagesProjects in the Go SDK.
public static class GetPagesProjects
{
public static Task<GetPagesProjectsResult> InvokeAsync(GetPagesProjectsArgs args, InvokeOptions? opts = null)
public static Output<GetPagesProjectsResult> Invoke(GetPagesProjectsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPagesProjectsResult> getPagesProjects(GetPagesProjectsArgs args, InvokeOptions options)
public static Output<GetPagesProjectsResult> getPagesProjects(GetPagesProjectsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getPagesProjects:getPagesProjects
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - Identifier.
- max_
items int - Max items to fetch, default: 1000
getPagesProjects Result
The following output properties are available:
- Account
Id string - Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Pages Projects Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Pages Projects Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Id String - Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Pages Projects Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - Identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Pages Projects Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
id str - Identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Pages Projects Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id String - Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetPagesProjectsResult
- Build
Config GetPages Projects Result Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Projects Result Canonical Deployment - Most recent production deployment of the project.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Projects Result 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
- ID of the project.
- Latest
Deployment GetPages Projects Result 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.
- Source
Get
Pages Projects Result Source - Configs for the project source control.
- Subdomain string
- The Cloudflare subdomain associated with the project.
- Uses
Functions bool - Whether the project uses functions.
- Build
Config GetPages Projects Result Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Projects Result Canonical Deployment - Most recent production deployment of the project.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Projects Result 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
- ID of the project.
- Latest
Deployment GetPages Projects Result 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.
- Source
Get
Pages Projects Result Source - Configs for the project source control.
- Subdomain string
- The Cloudflare subdomain associated with the project.
- Uses
Functions bool - Whether the project uses functions.
- build
Config GetPages Projects Result Build Config - Configs for the project build process.
- canonical
Deployment GetPages Projects Result Canonical Deployment - Most recent production deployment of the project.
- created
On String - When the project was created.
- deployment
Configs GetPages Projects Result 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
- ID of the project.
- latest
Deployment GetPages Projects Result 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.
- source
Get
Pages Projects Result Source - Configs for the project source control.
- subdomain String
- The Cloudflare subdomain associated with the project.
- uses
Functions Boolean - Whether the project uses functions.
- build
Config GetPages Projects Result Build Config - Configs for the project build process.
- canonical
Deployment GetPages Projects Result Canonical Deployment - Most recent production deployment of the project.
- created
On string - When the project was created.
- deployment
Configs GetPages Projects Result 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
- ID of the project.
- latest
Deployment GetPages Projects Result 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.
- source
Get
Pages Projects Result Source - Configs for the project source control.
- subdomain string
- The Cloudflare subdomain associated with the project.
- uses
Functions boolean - Whether the project uses functions.
- build_
config GetPages Projects Result Build Config - Configs for the project build process.
- canonical_
deployment GetPages Projects Result Canonical Deployment - Most recent production deployment of the project.
- created_
on str - When the project was created.
- deployment_
configs GetPages Projects Result 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
- ID of the project.
- latest_
deployment GetPages Projects Result 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.
- source
Get
Pages Projects Result Source - Configs for the project source control.
- subdomain str
- The Cloudflare subdomain associated with the project.
- uses_
functions bool - Whether the project uses functions.
- 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
- ID 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.
- 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.
GetPagesProjectsResultBuildConfig
- 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.
GetPagesProjectsResultCanonicalDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Projects Result Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Projects Result Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Projects Result 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 Projects Result 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 Projects Result Canonical Deployment Source - Configs for the project source control.
- Stages
List<Get
Pages Projects Result 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 Projects Result Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Projects Result Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Projects Result 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 Projects Result 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 Projects Result Canonical Deployment Source - Configs for the project source control.
- Stages
[]Get
Pages Projects Result 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 Projects Result Canonical Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Projects Result Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Projects Result 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 Projects Result 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 Projects Result Canonical Deployment Source - Configs for the project source control.
- stages
List<Get
Pages Projects Result 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 Projects Result Canonical Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Projects Result Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Projects Result 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 Projects Result 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 Projects Result Canonical Deployment Source - Configs for the project source control.
- stages
Get
Pages Projects Result 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 Projects Result Canonical Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Projects Result Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Projects Result 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 Projects Result 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 Projects Result Canonical Deployment Source - Configs for the project source control.
- stages
Sequence[Get
Pages Projects Result 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.
GetPagesProjectsResultCanonicalDeploymentBuildConfig
- 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.
GetPagesProjectsResultCanonicalDeploymentDeploymentTrigger
- Metadata
Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result 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 Projects Result 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".
GetPagesProjectsResultCanonicalDeploymentDeploymentTriggerMetadata
- 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.
GetPagesProjectsResultCanonicalDeploymentEnvVars
GetPagesProjectsResultCanonicalDeploymentLatestStage
- 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".
GetPagesProjectsResultCanonicalDeploymentSource
- Config
Get
Pages Projects Result Canonical Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Projects Result Canonical Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Canonical Deployment Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Canonical Deployment Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result 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".
GetPagesProjectsResultCanonicalDeploymentSourceConfig
- 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.
GetPagesProjectsResultCanonicalDeploymentStage
- 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".
GetPagesProjectsResultDeploymentConfigs
- Preview
Get
Pages Projects Result Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Projects Result Deployment Configs Production - Configs for production deploys.
- Preview
Get
Pages Projects Result Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Projects Result Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Projects Result Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Projects Result Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Projects Result Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Projects Result Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Projects Result Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Projects Result Deployment Configs Production - Configs for production deploys.
- preview Property Map
- Configs for preview deploys.
- production Property Map
- Configs for production deploys.
GetPagesProjectsResultDeploymentConfigsPreview
- Ai
Bindings Dictionary<string, GetPages Projects Result 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 Projects Result Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Projects Result 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 Projects Result Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Projects Result Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Projects Result 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 Projects Result Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Projects Result Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- Limits
Get
Pages Projects Result Deployment Configs Preview Limits - Limits for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Projects Result Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Projects Result Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Projects Result Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Projects Result Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Preview Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Projects Result 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 Projects Result Deployment Configs Preview D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Projects Result Deployment Configs Preview Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Projects Result 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 Projects Result Deployment Configs Preview Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Projects Result Deployment Configs Preview Kv Namespaces - KV namespaces used for Pages Functions.
- Limits
Get
Pages Projects Result Deployment Configs Preview Limits - Limits for Pages Functions.
- Mtls
Certificates map[string]GetPages Projects Result Deployment Configs Preview Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Projects Result Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Projects Result Deployment Configs Preview Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Projects Result Deployment Configs Preview R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Projects Result 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 Projects Result Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Projects Result Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Projects Result 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 Projects Result Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Projects Result Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls
Certificates Map<String,GetPages Projects Result Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Projects Result Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Projects Result Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Preview Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Projects Result 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 Projects Result Deployment Configs Preview D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Projects Result Deployment Configs Preview Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Projects Result 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 Projects Result Deployment Configs Preview Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Projects Result Deployment Configs Preview Kv Namespaces} - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Projects Result Deployment Configs Preview Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Projects Result Deployment Configs Preview Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Projects Result Deployment Configs Preview R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Preview Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Projects Result 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 Projects Result Deployment Configs Preview D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Projects Result Deployment Configs Preview Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Projects Result 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 Projects Result Deployment Configs Preview Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Projects Result Deployment Configs Preview Kv Namespaces] - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Preview Limits - Limits for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Projects Result Deployment Configs Preview Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Projects Result Deployment Configs Preview Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Projects Result Deployment Configs Preview R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Projects Result 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 Projects Result 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.
GetPagesProjectsResultDeploymentConfigsPreviewAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectsResultDeploymentConfigsPreviewAnalyticsEngineDatasets
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewD1Databases
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewDurableObjectNamespaces
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewEnvVars
GetPagesProjectsResultDeploymentConfigsPreviewHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectsResultDeploymentConfigsPreviewKvNamespaces
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewLimits
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectsResultDeploymentConfigsPreviewPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectsResultDeploymentConfigsPreviewQueueProducers
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewR2Buckets
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewServices
- 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.
GetPagesProjectsResultDeploymentConfigsPreviewVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectsResultDeploymentConfigsProduction
- Ai
Bindings Dictionary<string, GetPages Projects Result 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 Projects Result Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Projects Result 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 Projects Result Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Projects Result Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Projects Result 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 Projects Result Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Projects Result Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- Limits
Get
Pages Projects Result Deployment Configs Production Limits - Limits for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Projects Result Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Projects Result Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Projects Result Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Projects Result Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Production Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Projects Result 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 Projects Result Deployment Configs Production D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Projects Result Deployment Configs Production Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Projects Result 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 Projects Result Deployment Configs Production Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Projects Result Deployment Configs Production Kv Namespaces - KV namespaces used for Pages Functions.
- Limits
Get
Pages Projects Result Deployment Configs Production Limits - Limits for Pages Functions.
- Mtls
Certificates map[string]GetPages Projects Result Deployment Configs Production Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Projects Result Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Projects Result Deployment Configs Production Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Projects Result Deployment Configs Production R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Projects Result 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 Projects Result Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Projects Result Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Projects Result 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 Projects Result Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Projects Result Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Production Limits - Limits for Pages Functions.
- mtls
Certificates Map<String,GetPages Projects Result Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Projects Result Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Projects Result Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Production Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Projects Result 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 Projects Result Deployment Configs Production D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Projects Result Deployment Configs Production Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Projects Result 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 Projects Result Deployment Configs Production Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Projects Result Deployment Configs Production Kv Namespaces} - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Production Limits - Limits for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Projects Result Deployment Configs Production Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Projects Result Deployment Configs Production Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Projects Result Deployment Configs Production R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result Deployment Configs Production Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Projects Result 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 Projects Result Deployment Configs Production D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Projects Result Deployment Configs Production Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Projects Result 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 Projects Result Deployment Configs Production Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Projects Result Deployment Configs Production Kv Namespaces] - KV namespaces used for Pages Functions.
- limits
Get
Pages Projects Result Deployment Configs Production Limits - Limits for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Projects Result Deployment Configs Production Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Projects Result Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Projects Result Deployment Configs Production Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Projects Result Deployment Configs Production R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Projects Result 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 Projects Result 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.
GetPagesProjectsResultDeploymentConfigsProductionAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectsResultDeploymentConfigsProductionAnalyticsEngineDatasets
- 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.
GetPagesProjectsResultDeploymentConfigsProductionD1Databases
- 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.
GetPagesProjectsResultDeploymentConfigsProductionDurableObjectNamespaces
- 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.
GetPagesProjectsResultDeploymentConfigsProductionEnvVars
GetPagesProjectsResultDeploymentConfigsProductionHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectsResultDeploymentConfigsProductionKvNamespaces
- 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.
GetPagesProjectsResultDeploymentConfigsProductionLimits
- 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.
GetPagesProjectsResultDeploymentConfigsProductionMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectsResultDeploymentConfigsProductionPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectsResultDeploymentConfigsProductionQueueProducers
- 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.
GetPagesProjectsResultDeploymentConfigsProductionR2Buckets
- 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.
GetPagesProjectsResultDeploymentConfigsProductionServices
- 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.
GetPagesProjectsResultDeploymentConfigsProductionVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectsResultLatestDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Projects Result Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Projects Result Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Projects Result 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 Projects Result 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 Projects Result Latest Deployment Source - Configs for the project source control.
- Stages
List<Get
Pages Projects Result 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 Projects Result Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Projects Result Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Projects Result 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 Projects Result 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 Projects Result Latest Deployment Source - Configs for the project source control.
- Stages
[]Get
Pages Projects Result 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 Projects Result Latest Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Projects Result Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Projects Result 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 Projects Result 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 Projects Result Latest Deployment Source - Configs for the project source control.
- stages
List<Get
Pages Projects Result 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 Projects Result Latest Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Projects Result Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Projects Result 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 Projects Result 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 Projects Result Latest Deployment Source - Configs for the project source control.
- stages
Get
Pages Projects Result 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 Projects Result Latest Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Projects Result Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Projects Result 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 Projects Result 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 Projects Result Latest Deployment Source - Configs for the project source control.
- stages
Sequence[Get
Pages Projects Result 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.
GetPagesProjectsResultLatestDeploymentBuildConfig
- 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.
GetPagesProjectsResultLatestDeploymentDeploymentTrigger
- Metadata
Get
Pages Projects Result 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 Projects Result 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 Projects Result 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 Projects Result 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 Projects Result 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".
GetPagesProjectsResultLatestDeploymentDeploymentTriggerMetadata
- 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.
GetPagesProjectsResultLatestDeploymentEnvVars
GetPagesProjectsResultLatestDeploymentLatestStage
- 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".
GetPagesProjectsResultLatestDeploymentSource
- Config
Get
Pages Projects Result Latest Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Projects Result Latest Deployment Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Latest Deployment Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Latest Deployment Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result 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".
GetPagesProjectsResultLatestDeploymentSourceConfig
- 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.
GetPagesProjectsResultLatestDeploymentStage
- 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".
GetPagesProjectsResultSource
- Config
Get
Pages Projects Result Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- Config
Get
Pages Projects Result Source Config - Type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Source Config - type String
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result Source Config - type string
- The source control management provider. Available values: "github", "gitlab".
- config
Get
Pages Projects Result 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".
GetPagesProjectsResultSourceConfig
- 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.
Cloudflare v6.13.0 published on Wednesday, Jan 21, 2026 by Pulumi
