Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
cloudflare.getPagesProject
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const examplePagesProject = cloudflare.getPagesProject({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
projectName: "this-is-my-project-01",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_pages_project = cloudflare.get_pages_project(account_id="023e105f4ecef8ad9ca31a8372d0c353",
project_name="this-is-my-project-01")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupPagesProject(ctx, &cloudflare.LookupPagesProjectArgs{
AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
ProjectName: "this-is-my-project-01",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var examplePagesProject = Cloudflare.GetPagesProject.Invoke(new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
ProjectName = "this-is-my-project-01",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetPagesProjectArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var examplePagesProject = CloudflareFunctions.getPagesProject(GetPagesProjectArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.projectName("this-is-my-project-01")
.build());
}
}
variables:
examplePagesProject:
fn::invoke:
function: cloudflare:getPagesProject
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
projectName: this-is-my-project-01
Using getPagesProject
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPagesProject(args: GetPagesProjectArgs, opts?: InvokeOptions): Promise<GetPagesProjectResult>
function getPagesProjectOutput(args: GetPagesProjectOutputArgs, opts?: InvokeOptions): Output<GetPagesProjectResult>
def get_pages_project(account_id: Optional[str] = None,
project_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPagesProjectResult
def get_pages_project_output(account_id: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPagesProjectResult]
func LookupPagesProject(ctx *Context, args *LookupPagesProjectArgs, opts ...InvokeOption) (*LookupPagesProjectResult, error)
func LookupPagesProjectOutput(ctx *Context, args *LookupPagesProjectOutputArgs, opts ...InvokeOption) LookupPagesProjectResultOutput
> Note: This function is named LookupPagesProject
in the Go SDK.
public static class GetPagesProject
{
public static Task<GetPagesProjectResult> InvokeAsync(GetPagesProjectArgs args, InvokeOptions? opts = null)
public static Output<GetPagesProjectResult> Invoke(GetPagesProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPagesProjectResult> getPagesProject(GetPagesProjectArgs args, InvokeOptions options)
public static Output<GetPagesProjectResult> getPagesProject(GetPagesProjectArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getPagesProject:getPagesProject
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - Identifier
- Project
Name string - Name of the project.
- Account
Id string - Identifier
- Project
Name string - Name of the project.
- account
Id String - Identifier
- project
Name String - Name of the project.
- account
Id string - Identifier
- project
Name string - Name of the project.
- account_
id str - Identifier
- project_
name str - Name of the project.
- account
Id String - Identifier
- project
Name String - Name of the project.
getPagesProject Result
The following output properties are available:
- Account
Id string - Identifier
- Build
Config GetPages Project Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Project Canonical Deployment - Most recent deployment to the repo.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- Domains List<string>
- A list of associated custom domains for the project.
- Id string
- Id of the project.
- Latest
Deployment GetPages Project Latest Deployment - Most recent deployment to the repo.
- Name string
- Name of the project.
- Production
Branch string - Production branch of the project. Used to identify production deployments.
- Project
Name string - Name of the project.
- Source
Get
Pages Project Source - Subdomain string
- The Cloudflare subdomain associated with the project.
- Account
Id string - Identifier
- Build
Config GetPages Project Build Config - Configs for the project build process.
- Canonical
Deployment GetPages Project Canonical Deployment - Most recent deployment to the repo.
- Created
On string - When the project was created.
- Deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- Domains []string
- A list of associated custom domains for the project.
- Id string
- Id of the project.
- Latest
Deployment GetPages Project Latest Deployment - Most recent deployment to the repo.
- Name string
- Name of the project.
- Production
Branch string - Production branch of the project. Used to identify production deployments.
- Project
Name string - Name of the project.
- Source
Get
Pages Project Source - Subdomain string
- The Cloudflare subdomain associated with the project.
- account
Id String - Identifier
- build
Config GetPages Project Build Config - Configs for the project build process.
- canonical
Deployment GetPages Project Canonical Deployment - Most recent deployment to the repo.
- created
On String - When the project was created.
- deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains List<String>
- A list of associated custom domains for the project.
- id String
- Id of the project.
- latest
Deployment GetPages Project Latest Deployment - Most recent deployment to the repo.
- name String
- Name of the project.
- production
Branch String - Production branch of the project. Used to identify production deployments.
- project
Name String - Name of the project.
- source
Get
Pages Project Source - subdomain String
- The Cloudflare subdomain associated with the project.
- account
Id string - Identifier
- build
Config GetPages Project Build Config - Configs for the project build process.
- canonical
Deployment GetPages Project Canonical Deployment - Most recent deployment to the repo.
- created
On string - When the project was created.
- deployment
Configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains string[]
- A list of associated custom domains for the project.
- id string
- Id of the project.
- latest
Deployment GetPages Project Latest Deployment - Most recent deployment to the repo.
- name string
- Name of the project.
- production
Branch string - Production branch of the project. Used to identify production deployments.
- project
Name string - Name of the project.
- source
Get
Pages Project Source - subdomain string
- The Cloudflare subdomain associated with the project.
- account_
id str - Identifier
- build_
config GetPages Project Build Config - Configs for the project build process.
- canonical_
deployment GetPages Project Canonical Deployment - Most recent deployment to the repo.
- created_
on str - When the project was created.
- deployment_
configs GetPages Project Deployment Configs - Configs for deployments in a project.
- domains Sequence[str]
- A list of associated custom domains for the project.
- id str
- Id of the project.
- latest_
deployment GetPages Project Latest Deployment - Most recent deployment to the repo.
- name str
- Name of the project.
- production_
branch str - Production branch of the project. Used to identify production deployments.
- project_
name str - Name of the project.
- source
Get
Pages Project Source - subdomain str
- The Cloudflare subdomain associated with the project.
- account
Id String - Identifier
- build
Config Property Map - Configs for the project build process.
- canonical
Deployment Property Map - Most recent deployment to the repo.
- 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.
- id String
- Id of the project.
- latest
Deployment Property Map - Most recent deployment to the repo.
- name String
- Name of the project.
- production
Branch String - Production branch of the project. Used to identify production deployments.
- project
Name String - Name of the project.
- source Property Map
- subdomain String
- The Cloudflare subdomain associated with the project.
Supporting Types
GetPagesProjectBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - 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 - 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 - 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 - 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 - 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 - Output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectCanonicalDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Project Canonical Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Canonical Deployment Source - Stages
List<Get
Pages Project Canonical Deployment Stage> - List of past stages.
- Url string
- The live URL to view this deployment.
- Aliases []string
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Project Canonical Deployment Env Vars - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Canonical Deployment Source - Stages
[]Get
Pages Project Canonical Deployment Stage - List of past stages.
- Url string
- The live URL to view this deployment.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Project Canonical Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - stages
List<Get
Pages Project Canonical Deployment Stage> - List of past stages.
- url String
- The live URL to view this deployment.
- aliases string[]
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Project Canonical Deployment Env Vars} - Environment variables used for builds and Pages Functions.
- environment string
- Type of deploy. Available values: "preview", "production".
- id string
- Id of the deployment.
- is
Skipped boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified
On string - When the deployment was last modified.
- project
Id string - Id of the project.
- project
Name string - Name of the project.
- short
Id string - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - stages
Get
Pages Project Canonical Deployment Stage[] - List of past stages.
- url string
- The live URL to view this deployment.
- aliases Sequence[str]
- A list of alias URLs pointing to this deployment.
- build_
config GetPages Project Canonical Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Project Canonical Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Project Canonical Deployment Env Vars] - Environment variables used for builds and Pages Functions.
- environment str
- Type of deploy. Available values: "preview", "production".
- id str
- Id of the deployment.
- is_
skipped bool - If the deployment has been skipped.
- latest_
stage GetPages Project Canonical Deployment Latest Stage - The status of the deployment.
- modified_
on str - When the deployment was last modified.
- project_
id str - Id of the project.
- project_
name str - Name of the project.
- short_
id str - Short Id (8 character) of the deployment.
- source
Get
Pages Project Canonical Deployment Source - stages
Sequence[Get
Pages Project Canonical Deployment Stage] - List of past stages.
- url str
- The live URL to view this deployment.
- 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
- stages List<Property Map>
- List of past stages.
- url String
- The live URL to view this deployment.
GetPagesProjectCanonicalDeploymentBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - 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 - 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 - 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 - 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 - 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 - Output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectCanonicalDeploymentDeploymentTrigger
- Metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", "ad_hoc".
- Metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type string
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Canonical Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type str
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata Property Map
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", "ad_hoc".
GetPagesProjectCanonicalDeploymentDeploymentTriggerMetadata
- Branch string
- Where the trigger happened.
- 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
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- 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
Hash string - Hash of the deployment trigger commit.
- commit
Message string - Message of the deployment trigger commit.
- branch str
- Where the trigger happened.
- 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
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
GetPagesProjectCanonicalDeploymentEnvVars
GetPagesProjectCanonicalDeploymentLatestStage
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", "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".
GetPagesProjectCanonicalDeploymentSource
- config Property Map
- type String
GetPagesProjectCanonicalDeploymentSourceConfig
- Deployments
Enabled bool - Owner string
- Path
Excludes List<string> - Path
Includes List<string> - Pr
Comments boolEnabled - Preview
Branch List<string>Excludes - Preview
Branch List<string>Includes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- Deployments
Enabled bool - Owner string
- Path
Excludes []string - Path
Includes []string - Pr
Comments boolEnabled - Preview
Branch []stringExcludes - Preview
Branch []stringIncludes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
- deployments
Enabled boolean - owner string
- path
Excludes string[] - path
Includes string[] - pr
Comments booleanEnabled - preview
Branch string[]Excludes - preview
Branch string[]Includes - preview
Deployment stringSetting - Available values: "all", "none", "custom".
- production
Branch string - production
Deployments booleanEnabled - repo
Name string
- deployments_
enabled bool - owner str
- path_
excludes Sequence[str] - path_
includes Sequence[str] - pr_
comments_ boolenabled - preview_
branch_ Sequence[str]excludes - preview_
branch_ Sequence[str]includes - preview_
deployment_ strsetting - Available values: "all", "none", "custom".
- production_
branch str - production_
deployments_ boolenabled - repo_
name str
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
GetPagesProjectCanonicalDeploymentStage
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", "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".
GetPagesProjectDeploymentConfigs
- Preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- Preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- Production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview
Get
Pages Project Deployment Configs Preview - Configs for preview deploys.
- production
Get
Pages Project Deployment Configs Production - Configs for production deploys.
- preview Property Map
- Configs for preview deploys.
- production Property Map
- Configs for production deploys.
GetPagesProjectDeploymentConfigsPreview
- Ai
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Ai Bindings> - Constellation bindings used for Pages Functions.
- Analytics
Engine Dictionary<string, GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Project Deployment Configs Preview Browsers> - Browser bindings used for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags List<string> - Compatibility flags used for Pages Functions.
- D1Databases
Dictionary<string, Get
Pages Project Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Project Deployment Configs Preview Env Vars> - Environment variables used for builds and Pages Functions.
- Hyperdrive
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Project Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Project Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Project Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Project Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Project Deployment Configs Preview Services> - Services used for Pages Functions.
- Vectorize
Bindings Dictionary<string, GetPages Project Deployment Configs Preview Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- Ai
Bindings map[string]GetPages Project Deployment Configs Preview Ai Bindings - Constellation bindings used for Pages Functions.
- Analytics
Engine map[string]GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Project Deployment Configs Preview Browsers - Browser bindings used for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags []string - Compatibility flags used for Pages Functions.
- D1Databases
map[string]Get
Pages Project Deployment Configs Preview D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Project Deployment Configs Preview Env Vars - Environment variables used for builds and Pages Functions.
- Hyperdrive
Bindings map[string]GetPages Project Deployment Configs Preview Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Project Deployment Configs Preview Kv Namespaces - KV namespaces used for Pages Functions.
- Mtls
Certificates map[string]GetPages Project Deployment Configs Preview Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Project Deployment Configs Preview Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Project Deployment Configs Preview R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Project Deployment Configs Preview Services - Services used for Pages Functions.
- Vectorize
Bindings map[string]GetPages Project Deployment Configs Preview Vectorize Bindings - Vectorize bindings used for Pages Functions.
- ai
Bindings Map<String,GetPages Project Deployment Configs Preview Ai Bindings> - Constellation bindings used for Pages Functions.
- analytics
Engine Map<String,GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Project Deployment Configs Preview Browsers> - Browser bindings used for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases
Map<String,Get
Pages Project Deployment Configs Preview D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Project Deployment Configs Preview Env Vars> - Environment variables used for builds and Pages Functions.
- hyperdrive
Bindings Map<String,GetPages Project Deployment Configs Preview Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Project Deployment Configs Preview Kv Namespaces> - KV namespaces used for Pages Functions.
- mtls
Certificates Map<String,GetPages Project Deployment Configs Preview Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Project Deployment Configs Preview Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Project Deployment Configs Preview R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Project Deployment Configs Preview Services> - Services used for Pages Functions.
- vectorize
Bindings Map<String,GetPages Project Deployment Configs Preview Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- ai
Bindings {[key: string]: GetPages Project Deployment Configs Preview Ai Bindings} - Constellation bindings used for Pages Functions.
- analytics
Engine {[key: string]: GetDatasets Pages Project Deployment Configs Preview Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Project Deployment Configs Preview Browsers} - Browser bindings used for Pages Functions.
- compatibility
Date string - Compatibility date used for Pages Functions.
- compatibility
Flags string[] - Compatibility flags used for Pages Functions.
- d1Databases
{[key: string]: Get
Pages Project Deployment Configs Preview D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Project Deployment Configs Preview Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Project Deployment Configs Preview Env Vars} - Environment variables used for builds and Pages Functions.
- hyperdrive
Bindings {[key: string]: GetPages Project Deployment Configs Preview Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Project Deployment Configs Preview Kv Namespaces} - KV namespaces used for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Project Deployment Configs Preview Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Project Deployment Configs Preview Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Project Deployment Configs Preview R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Project Deployment Configs Preview Services} - Services used for Pages Functions.
- vectorize
Bindings {[key: string]: GetPages Project Deployment Configs Preview Vectorize Bindings} - Vectorize bindings used for Pages Functions.
- ai_
bindings Mapping[str, GetPages Project Deployment Configs Preview Ai Bindings] - Constellation bindings used for Pages Functions.
- analytics_
engine_ Mapping[str, Getdatasets Pages Project Deployment Configs Preview Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Project Deployment Configs Preview Browsers] - Browser bindings used for Pages Functions.
- compatibility_
date str - Compatibility date used for Pages Functions.
- compatibility_
flags Sequence[str] - Compatibility flags used for Pages Functions.
- d1_
databases Mapping[str, GetPages Project Deployment Configs Preview D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Project Deployment Configs Preview Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Project Deployment Configs Preview Env Vars] - Environment variables used for builds and Pages Functions.
- hyperdrive_
bindings Mapping[str, GetPages Project Deployment Configs Preview Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Project Deployment Configs Preview Kv Namespaces] - KV namespaces used for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Project Deployment Configs Preview Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Preview Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Project Deployment Configs Preview Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Project Deployment Configs Preview R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Project Deployment Configs Preview Services] - Services used for Pages Functions.
- vectorize_
bindings Mapping[str, GetPages Project Deployment Configs Preview Vectorize Bindings] - Vectorize bindings used for Pages Functions.
- ai
Bindings Map<Property Map> - Constellation bindings used 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.
- 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.
- hyperdrive
Bindings Map<Property Map> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<Property Map> - KV namespaces used 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.
- vectorize
Bindings Map<Property Map> - Vectorize bindings used for Pages Functions.
GetPagesProjectDeploymentConfigsPreviewAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectDeploymentConfigsPreviewAnalyticsEngineDatasets
- Dataset string
- Name of the dataset.
- Dataset string
- Name of the dataset.
- dataset String
- Name of the dataset.
- dataset string
- Name of the dataset.
- dataset str
- Name of the dataset.
- dataset String
- Name of the dataset.
GetPagesProjectDeploymentConfigsPreviewD1Databases
- Id string
- UUID of the D1 database.
- Id string
- UUID of the D1 database.
- id String
- UUID of the D1 database.
- id string
- UUID of the D1 database.
- id str
- UUID of the D1 database.
- id String
- UUID of the D1 database.
GetPagesProjectDeploymentConfigsPreviewDurableObjectNamespaces
- Namespace
Id string - ID of the Durable Object namespace.
- Namespace
Id string - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
- namespace
Id string - ID of the Durable Object namespace.
- namespace_
id str - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
GetPagesProjectDeploymentConfigsPreviewEnvVars
GetPagesProjectDeploymentConfigsPreviewHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectDeploymentConfigsPreviewKvNamespaces
- Namespace
Id string - ID of the KV namespace.
- Namespace
Id string - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
- namespace
Id string - ID of the KV namespace.
- namespace_
id str - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
GetPagesProjectDeploymentConfigsPreviewMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectDeploymentConfigsPreviewPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectDeploymentConfigsPreviewQueueProducers
- Name string
- Name of the Queue.
- Name string
- Name of the Queue.
- name String
- Name of the Queue.
- name string
- Name of the Queue.
- name str
- Name of the Queue.
- name String
- Name of the Queue.
GetPagesProjectDeploymentConfigsPreviewR2Buckets
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
- jurisdiction string
- Jurisdiction of the R2 bucket.
- name string
- Name of the R2 bucket.
- jurisdiction str
- Jurisdiction of the R2 bucket.
- name str
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
GetPagesProjectDeploymentConfigsPreviewServices
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
- entrypoint string
- The entrypoint to bind to.
- environment string
- The Service environment.
- service string
- The Service name.
- entrypoint str
- The entrypoint to bind to.
- environment str
- The Service environment.
- service str
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
GetPagesProjectDeploymentConfigsPreviewVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectDeploymentConfigsProduction
- Ai
Bindings Dictionary<string, GetPages Project Deployment Configs Production Ai Bindings> - Constellation bindings used for Pages Functions.
- Analytics
Engine Dictionary<string, GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- Browsers
Dictionary<string, Get
Pages Project Deployment Configs Production Browsers> - Browser bindings used for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags List<string> - Compatibility flags used for Pages Functions.
- D1Databases
Dictionary<string, Get
Pages Project Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- Durable
Object Dictionary<string, GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- Env
Vars Dictionary<string, GetPages Project Deployment Configs Production Env Vars> - Environment variables used for builds and Pages Functions.
- Hyperdrive
Bindings Dictionary<string, GetPages Project Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces Dictionary<string, GetPages Project Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- Mtls
Certificates Dictionary<string, GetPages Project Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers Dictionary<string, GetPages Project Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- R2Buckets
Dictionary<string, Get
Pages Project Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- Services
Dictionary<string, Get
Pages Project Deployment Configs Production Services> - Services used for Pages Functions.
- Vectorize
Bindings Dictionary<string, GetPages Project Deployment Configs Production Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- Ai
Bindings map[string]GetPages Project Deployment Configs Production Ai Bindings - Constellation bindings used for Pages Functions.
- Analytics
Engine map[string]GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets - Analytics Engine bindings used for Pages Functions.
- Browsers
map[string]Get
Pages Project Deployment Configs Production Browsers - Browser bindings used for Pages Functions.
- Compatibility
Date string - Compatibility date used for Pages Functions.
- Compatibility
Flags []string - Compatibility flags used for Pages Functions.
- D1Databases
map[string]Get
Pages Project Deployment Configs Production D1Databases - D1 databases used for Pages Functions.
- Durable
Object map[string]GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces - Durable Object namespaces used for Pages Functions.
- Env
Vars map[string]GetPages Project Deployment Configs Production Env Vars - Environment variables used for builds and Pages Functions.
- Hyperdrive
Bindings map[string]GetPages Project Deployment Configs Production Hyperdrive Bindings - Hyperdrive bindings used for Pages Functions.
- Kv
Namespaces map[string]GetPages Project Deployment Configs Production Kv Namespaces - KV namespaces used for Pages Functions.
- Mtls
Certificates map[string]GetPages Project Deployment Configs Production Mtls Certificates - mTLS bindings used for Pages Functions.
- Placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- Queue
Producers map[string]GetPages Project Deployment Configs Production Queue Producers - Queue Producer bindings used for Pages Functions.
- R2Buckets
map[string]Get
Pages Project Deployment Configs Production R2Buckets - R2 buckets used for Pages Functions.
- Services
map[string]Get
Pages Project Deployment Configs Production Services - Services used for Pages Functions.
- Vectorize
Bindings map[string]GetPages Project Deployment Configs Production Vectorize Bindings - Vectorize bindings used for Pages Functions.
- ai
Bindings Map<String,GetPages Project Deployment Configs Production Ai Bindings> - Constellation bindings used for Pages Functions.
- analytics
Engine Map<String,GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets> - Analytics Engine bindings used for Pages Functions.
- browsers
Map<String,Get
Pages Project Deployment Configs Production Browsers> - Browser bindings used for Pages Functions.
- compatibility
Date String - Compatibility date used for Pages Functions.
- compatibility
Flags List<String> - Compatibility flags used for Pages Functions.
- d1Databases
Map<String,Get
Pages Project Deployment Configs Production D1Databases> - D1 databases used for Pages Functions.
- durable
Object Map<String,GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces> - Durable Object namespaces used for Pages Functions.
- env
Vars Map<String,GetPages Project Deployment Configs Production Env Vars> - Environment variables used for builds and Pages Functions.
- hyperdrive
Bindings Map<String,GetPages Project Deployment Configs Production Hyperdrive Bindings> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<String,GetPages Project Deployment Configs Production Kv Namespaces> - KV namespaces used for Pages Functions.
- mtls
Certificates Map<String,GetPages Project Deployment Configs Production Mtls Certificates> - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers Map<String,GetPages Project Deployment Configs Production Queue Producers> - Queue Producer bindings used for Pages Functions.
- r2Buckets
Map<String,Get
Pages Project Deployment Configs Production R2Buckets> - R2 buckets used for Pages Functions.
- services
Map<String,Get
Pages Project Deployment Configs Production Services> - Services used for Pages Functions.
- vectorize
Bindings Map<String,GetPages Project Deployment Configs Production Vectorize Bindings> - Vectorize bindings used for Pages Functions.
- ai
Bindings {[key: string]: GetPages Project Deployment Configs Production Ai Bindings} - Constellation bindings used for Pages Functions.
- analytics
Engine {[key: string]: GetDatasets Pages Project Deployment Configs Production Analytics Engine Datasets} - Analytics Engine bindings used for Pages Functions.
- browsers
{[key: string]: Get
Pages Project Deployment Configs Production Browsers} - Browser bindings used for Pages Functions.
- compatibility
Date string - Compatibility date used for Pages Functions.
- compatibility
Flags string[] - Compatibility flags used for Pages Functions.
- d1Databases
{[key: string]: Get
Pages Project Deployment Configs Production D1Databases} - D1 databases used for Pages Functions.
- durable
Object {[key: string]: GetNamespaces Pages Project Deployment Configs Production Durable Object Namespaces} - Durable Object namespaces used for Pages Functions.
- env
Vars {[key: string]: GetPages Project Deployment Configs Production Env Vars} - Environment variables used for builds and Pages Functions.
- hyperdrive
Bindings {[key: string]: GetPages Project Deployment Configs Production Hyperdrive Bindings} - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces {[key: string]: GetPages Project Deployment Configs Production Kv Namespaces} - KV namespaces used for Pages Functions.
- mtls
Certificates {[key: string]: GetPages Project Deployment Configs Production Mtls Certificates} - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue
Producers {[key: string]: GetPages Project Deployment Configs Production Queue Producers} - Queue Producer bindings used for Pages Functions.
- r2Buckets
{[key: string]: Get
Pages Project Deployment Configs Production R2Buckets} - R2 buckets used for Pages Functions.
- services
{[key: string]: Get
Pages Project Deployment Configs Production Services} - Services used for Pages Functions.
- vectorize
Bindings {[key: string]: GetPages Project Deployment Configs Production Vectorize Bindings} - Vectorize bindings used for Pages Functions.
- ai_
bindings Mapping[str, GetPages Project Deployment Configs Production Ai Bindings] - Constellation bindings used for Pages Functions.
- analytics_
engine_ Mapping[str, Getdatasets Pages Project Deployment Configs Production Analytics Engine Datasets] - Analytics Engine bindings used for Pages Functions.
- browsers
Mapping[str, Get
Pages Project Deployment Configs Production Browsers] - Browser bindings used for Pages Functions.
- compatibility_
date str - Compatibility date used for Pages Functions.
- compatibility_
flags Sequence[str] - Compatibility flags used for Pages Functions.
- d1_
databases Mapping[str, GetPages Project Deployment Configs Production D1Databases] - D1 databases used for Pages Functions.
- durable_
object_ Mapping[str, Getnamespaces Pages Project Deployment Configs Production Durable Object Namespaces] - Durable Object namespaces used for Pages Functions.
- env_
vars Mapping[str, GetPages Project Deployment Configs Production Env Vars] - Environment variables used for builds and Pages Functions.
- hyperdrive_
bindings Mapping[str, GetPages Project Deployment Configs Production Hyperdrive Bindings] - Hyperdrive bindings used for Pages Functions.
- kv_
namespaces Mapping[str, GetPages Project Deployment Configs Production Kv Namespaces] - KV namespaces used for Pages Functions.
- mtls_
certificates Mapping[str, GetPages Project Deployment Configs Production Mtls Certificates] - mTLS bindings used for Pages Functions.
- placement
Get
Pages Project Deployment Configs Production Placement - Placement setting used for Pages Functions.
- queue_
producers Mapping[str, GetPages Project Deployment Configs Production Queue Producers] - Queue Producer bindings used for Pages Functions.
- r2_
buckets Mapping[str, GetPages Project Deployment Configs Production R2Buckets] - R2 buckets used for Pages Functions.
- services
Mapping[str, Get
Pages Project Deployment Configs Production Services] - Services used for Pages Functions.
- vectorize_
bindings Mapping[str, GetPages Project Deployment Configs Production Vectorize Bindings] - Vectorize bindings used for Pages Functions.
- ai
Bindings Map<Property Map> - Constellation bindings used 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.
- 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.
- hyperdrive
Bindings Map<Property Map> - Hyperdrive bindings used for Pages Functions.
- kv
Namespaces Map<Property Map> - KV namespaces used 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.
- vectorize
Bindings Map<Property Map> - Vectorize bindings used for Pages Functions.
GetPagesProjectDeploymentConfigsProductionAiBindings
- Project
Id string
- Project
Id string
- project
Id String
- project
Id string
- project_
id str
- project
Id String
GetPagesProjectDeploymentConfigsProductionAnalyticsEngineDatasets
- Dataset string
- Name of the dataset.
- Dataset string
- Name of the dataset.
- dataset String
- Name of the dataset.
- dataset string
- Name of the dataset.
- dataset str
- Name of the dataset.
- dataset String
- Name of the dataset.
GetPagesProjectDeploymentConfigsProductionD1Databases
- Id string
- UUID of the D1 database.
- Id string
- UUID of the D1 database.
- id String
- UUID of the D1 database.
- id string
- UUID of the D1 database.
- id str
- UUID of the D1 database.
- id String
- UUID of the D1 database.
GetPagesProjectDeploymentConfigsProductionDurableObjectNamespaces
- Namespace
Id string - ID of the Durable Object namespace.
- Namespace
Id string - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
- namespace
Id string - ID of the Durable Object namespace.
- namespace_
id str - ID of the Durable Object namespace.
- namespace
Id String - ID of the Durable Object namespace.
GetPagesProjectDeploymentConfigsProductionEnvVars
GetPagesProjectDeploymentConfigsProductionHyperdriveBindings
- Id string
- Id string
- id String
- id string
- id str
- id String
GetPagesProjectDeploymentConfigsProductionKvNamespaces
- Namespace
Id string - ID of the KV namespace.
- Namespace
Id string - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
- namespace
Id string - ID of the KV namespace.
- namespace_
id str - ID of the KV namespace.
- namespace
Id String - ID of the KV namespace.
GetPagesProjectDeploymentConfigsProductionMtlsCertificates
- Certificate
Id string
- Certificate
Id string
- certificate
Id String
- certificate
Id string
- certificate_
id str
- certificate
Id String
GetPagesProjectDeploymentConfigsProductionPlacement
- Mode string
- Placement mode.
- Mode string
- Placement mode.
- mode String
- Placement mode.
- mode string
- Placement mode.
- mode str
- Placement mode.
- mode String
- Placement mode.
GetPagesProjectDeploymentConfigsProductionQueueProducers
- Name string
- Name of the Queue.
- Name string
- Name of the Queue.
- name String
- Name of the Queue.
- name string
- Name of the Queue.
- name str
- Name of the Queue.
- name String
- Name of the Queue.
GetPagesProjectDeploymentConfigsProductionR2Buckets
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- Jurisdiction string
- Jurisdiction of the R2 bucket.
- Name string
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
- jurisdiction string
- Jurisdiction of the R2 bucket.
- name string
- Name of the R2 bucket.
- jurisdiction str
- Jurisdiction of the R2 bucket.
- name str
- Name of the R2 bucket.
- jurisdiction String
- Jurisdiction of the R2 bucket.
- name String
- Name of the R2 bucket.
GetPagesProjectDeploymentConfigsProductionServices
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- Entrypoint string
- The entrypoint to bind to.
- Environment string
- The Service environment.
- Service string
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
- entrypoint string
- The entrypoint to bind to.
- environment string
- The Service environment.
- service string
- The Service name.
- entrypoint str
- The entrypoint to bind to.
- environment str
- The Service environment.
- service str
- The Service name.
- entrypoint String
- The entrypoint to bind to.
- environment String
- The Service environment.
- service String
- The Service name.
GetPagesProjectDeploymentConfigsProductionVectorizeBindings
- Index
Name string
- Index
Name string
- index
Name String
- index
Name string
- index_
name str
- index
Name String
GetPagesProjectLatestDeployment
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars Dictionary<string, GetPages Project Latest Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Latest Deployment Source - Stages
List<Get
Pages Project Latest Deployment Stage> - List of past stages.
- Url string
- The live URL to view this deployment.
- Aliases []string
- A list of alias URLs pointing to this deployment.
- Build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- Created
On string - When the deployment was created.
- Deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- Env
Vars map[string]GetPages Project Latest Deployment Env Vars - Environment variables used for builds and Pages Functions.
- Environment string
- Type of deploy. Available values: "preview", "production".
- Id string
- Id of the deployment.
- Is
Skipped bool - If the deployment has been skipped.
- Latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- Modified
On string - When the deployment was last modified.
- Project
Id string - Id of the project.
- Project
Name string - Name of the project.
- Short
Id string - Short Id (8 character) of the deployment.
- Source
Get
Pages Project Latest Deployment Source - Stages
[]Get
Pages Project Latest Deployment Stage - List of past stages.
- Url string
- The live URL to view this deployment.
- aliases List<String>
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created
On String - When the deployment was created.
- deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars Map<String,GetPages Project Latest Deployment Env Vars> - Environment variables used for builds and Pages Functions.
- environment String
- Type of deploy. Available values: "preview", "production".
- id String
- Id of the deployment.
- is
Skipped Boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified
On String - When the deployment was last modified.
- project
Id String - Id of the project.
- project
Name String - Name of the project.
- short
Id String - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - stages
List<Get
Pages Project Latest Deployment Stage> - List of past stages.
- url String
- The live URL to view this deployment.
- aliases string[]
- A list of alias URLs pointing to this deployment.
- build
Config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created
On string - When the deployment was created.
- deployment
Trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env
Vars {[key: string]: GetPages Project Latest Deployment Env Vars} - Environment variables used for builds and Pages Functions.
- environment string
- Type of deploy. Available values: "preview", "production".
- id string
- Id of the deployment.
- is
Skipped boolean - If the deployment has been skipped.
- latest
Stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified
On string - When the deployment was last modified.
- project
Id string - Id of the project.
- project
Name string - Name of the project.
- short
Id string - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - stages
Get
Pages Project Latest Deployment Stage[] - List of past stages.
- url string
- The live URL to view this deployment.
- aliases Sequence[str]
- A list of alias URLs pointing to this deployment.
- build_
config GetPages Project Latest Deployment Build Config - Configs for the project build process.
- created_
on str - When the deployment was created.
- deployment_
trigger GetPages Project Latest Deployment Deployment Trigger - Info about what caused the deployment.
- env_
vars Mapping[str, GetPages Project Latest Deployment Env Vars] - Environment variables used for builds and Pages Functions.
- environment str
- Type of deploy. Available values: "preview", "production".
- id str
- Id of the deployment.
- is_
skipped bool - If the deployment has been skipped.
- latest_
stage GetPages Project Latest Deployment Latest Stage - The status of the deployment.
- modified_
on str - When the deployment was last modified.
- project_
id str - Id of the project.
- project_
name str - Name of the project.
- short_
id str - Short Id (8 character) of the deployment.
- source
Get
Pages Project Latest Deployment Source - stages
Sequence[Get
Pages Project Latest Deployment Stage] - List of past stages.
- url str
- The live URL to view this deployment.
- 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
- stages List<Property Map>
- List of past stages.
- url String
- The live URL to view this deployment.
GetPagesProjectLatestDeploymentBuildConfig
- Build
Caching bool - Enable build caching for the project.
- Build
Command string - Command used to build project.
- Destination
Dir string - 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 - 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 - 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 - 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 - 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 - Output directory of the build.
- root
Dir String - Directory to run the command.
- web
Analytics StringTag - The classifying tag for analytics.
- web
Analytics StringToken - The auth token for analytics.
GetPagesProjectLatestDeploymentDeploymentTrigger
- Metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", "ad_hoc".
- Metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type string
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata
Get
Pages Project Latest Deployment Deployment Trigger Metadata - Additional info about the trigger.
- type str
- What caused the deployment. Available values: "push", "ad_hoc".
- metadata Property Map
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", "ad_hoc".
GetPagesProjectLatestDeploymentDeploymentTriggerMetadata
- Branch string
- Where the trigger happened.
- 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
Hash string - Hash of the deployment trigger commit.
- Commit
Message string - Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- 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
Hash string - Hash of the deployment trigger commit.
- commit
Message string - Message of the deployment trigger commit.
- branch str
- Where the trigger happened.
- 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
Hash String - Hash of the deployment trigger commit.
- commit
Message String - Message of the deployment trigger commit.
GetPagesProjectLatestDeploymentEnvVars
GetPagesProjectLatestDeploymentLatestStage
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", "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".
GetPagesProjectLatestDeploymentSource
- config Property Map
- type String
GetPagesProjectLatestDeploymentSourceConfig
- Deployments
Enabled bool - Owner string
- Path
Excludes List<string> - Path
Includes List<string> - Pr
Comments boolEnabled - Preview
Branch List<string>Excludes - Preview
Branch List<string>Includes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- Deployments
Enabled bool - Owner string
- Path
Excludes []string - Path
Includes []string - Pr
Comments boolEnabled - Preview
Branch []stringExcludes - Preview
Branch []stringIncludes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
- deployments
Enabled boolean - owner string
- path
Excludes string[] - path
Includes string[] - pr
Comments booleanEnabled - preview
Branch string[]Excludes - preview
Branch string[]Includes - preview
Deployment stringSetting - Available values: "all", "none", "custom".
- production
Branch string - production
Deployments booleanEnabled - repo
Name string
- deployments_
enabled bool - owner str
- path_
excludes Sequence[str] - path_
includes Sequence[str] - pr_
comments_ boolenabled - preview_
branch_ Sequence[str]excludes - preview_
branch_ Sequence[str]includes - preview_
deployment_ strsetting - Available values: "all", "none", "custom".
- production_
branch str - production_
deployments_ boolenabled - repo_
name str
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
GetPagesProjectLatestDeploymentStage
- ended_
on str - When the stage ended.
- name str
- The current build stage. Available values: "queued", "initialize", "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".
GetPagesProjectSource
- config Property Map
- type String
GetPagesProjectSourceConfig
- Deployments
Enabled bool - Owner string
- Path
Excludes List<string> - Path
Includes List<string> - Pr
Comments boolEnabled - Preview
Branch List<string>Excludes - Preview
Branch List<string>Includes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- Deployments
Enabled bool - Owner string
- Path
Excludes []string - Path
Includes []string - Pr
Comments boolEnabled - Preview
Branch []stringExcludes - Preview
Branch []stringIncludes - Preview
Deployment stringSetting - Available values: "all", "none", "custom".
- Production
Branch string - Production
Deployments boolEnabled - Repo
Name string
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
- deployments
Enabled boolean - owner string
- path
Excludes string[] - path
Includes string[] - pr
Comments booleanEnabled - preview
Branch string[]Excludes - preview
Branch string[]Includes - preview
Deployment stringSetting - Available values: "all", "none", "custom".
- production
Branch string - production
Deployments booleanEnabled - repo
Name string
- deployments_
enabled bool - owner str
- path_
excludes Sequence[str] - path_
includes Sequence[str] - pr_
comments_ boolenabled - preview_
branch_ Sequence[str]excludes - preview_
branch_ Sequence[str]includes - preview_
deployment_ strsetting - Available values: "all", "none", "custom".
- production_
branch str - production_
deployments_ boolenabled - repo_
name str
- deployments
Enabled Boolean - owner String
- path
Excludes List<String> - path
Includes List<String> - pr
Comments BooleanEnabled - preview
Branch List<String>Excludes - preview
Branch List<String>Includes - preview
Deployment StringSetting - Available values: "all", "none", "custom".
- production
Branch String - production
Deployments BooleanEnabled - repo
Name String
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.