Cloudflare v6.10.1 published on Wednesday, Oct 22, 2025 by Pulumi
cloudflare.getPagesProjects
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:
- AccountId string
- Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<GetPages Projects Result> 
- The items returned by the data source
- MaxItems int
- Max items to fetch, default: 1000
- AccountId string
- Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]GetPages Projects Result 
- The items returned by the data source
- MaxItems int
- Max items to fetch, default: 1000
- accountId String
- Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<GetPages Projects Result> 
- The items returned by the data source
- maxItems Integer
- Max items to fetch, default: 1000
- accountId string
- Identifier
- id string
- The provider-assigned unique ID for this managed resource.
- results
GetPages Projects Result[] 
- The items returned by the data source
- maxItems number
- Max items to fetch, default: 1000
- account_id str
- Identifier
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[GetPages Projects Result] 
- The items returned by the data source
- max_items int
- Max items to fetch, default: 1000
- accountId String
- Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- maxItems Number
- Max items to fetch, default: 1000
Supporting Types
GetPagesProjectsResult   
- Aliases List<string>
- A list of alias URLs pointing to this deployment.
- BuildConfig GetPages Projects Result Build Config 
- Configs for the project build process.
- CreatedOn string
- When the deployment was created.
- DeploymentTrigger GetPages Projects Result Deployment Trigger 
- Info about what caused the deployment.
- EnvVars Dictionary<string, GetPages Projects Result 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.
- IsSkipped bool
- If the deployment has been skipped.
- LatestStage GetPages Projects Result Latest Stage 
- The status of the deployment.
- ModifiedOn string
- When the deployment was last modified.
- ProjectId string
- Id of the project.
- ProjectName string
- Name of the project.
- ShortId string
- Short Id (8 character) of the deployment.
- Source
GetPages Projects Result Source 
- Stages
List<GetPages Projects Result 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.
- BuildConfig GetPages Projects Result Build Config 
- Configs for the project build process.
- CreatedOn string
- When the deployment was created.
- DeploymentTrigger GetPages Projects Result Deployment Trigger 
- Info about what caused the deployment.
- EnvVars map[string]GetPages Projects Result 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.
- IsSkipped bool
- If the deployment has been skipped.
- LatestStage GetPages Projects Result Latest Stage 
- The status of the deployment.
- ModifiedOn string
- When the deployment was last modified.
- ProjectId string
- Id of the project.
- ProjectName string
- Name of the project.
- ShortId string
- Short Id (8 character) of the deployment.
- Source
GetPages Projects Result Source 
- Stages
[]GetPages Projects Result 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.
- buildConfig GetPages Projects Result Build Config 
- Configs for the project build process.
- createdOn String
- When the deployment was created.
- deploymentTrigger GetPages Projects Result Deployment Trigger 
- Info about what caused the deployment.
- envVars Map<String,GetPages Projects Result 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.
- isSkipped Boolean
- If the deployment has been skipped.
- latestStage GetPages Projects Result Latest Stage 
- The status of the deployment.
- modifiedOn String
- When the deployment was last modified.
- projectId String
- Id of the project.
- projectName String
- Name of the project.
- shortId String
- Short Id (8 character) of the deployment.
- source
GetPages Projects Result Source 
- stages
List<GetPages Projects Result 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.
- buildConfig GetPages Projects Result Build Config 
- Configs for the project build process.
- createdOn string
- When the deployment was created.
- deploymentTrigger GetPages Projects Result Deployment Trigger 
- Info about what caused the deployment.
- envVars {[key: string]: GetPages Projects Result 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.
- isSkipped boolean
- If the deployment has been skipped.
- latestStage GetPages Projects Result Latest Stage 
- The status of the deployment.
- modifiedOn string
- When the deployment was last modified.
- projectId string
- Id of the project.
- projectName string
- Name of the project.
- shortId string
- Short Id (8 character) of the deployment.
- source
GetPages Projects Result Source 
- stages
GetPages Projects Result 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 Projects Result Build Config 
- Configs for the project build process.
- created_on str
- When the deployment was created.
- deployment_trigger GetPages Projects Result Deployment Trigger 
- Info about what caused the deployment.
- env_vars Mapping[str, GetPages Projects Result 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 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
GetPages Projects Result Source 
- stages
Sequence[GetPages Projects Result 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.
- buildConfig Property Map
- Configs for the project build process.
- createdOn String
- When the deployment was created.
- deploymentTrigger Property Map
- Info about what caused the deployment.
- envVars 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.
- isSkipped Boolean
- If the deployment has been skipped.
- latestStage Property Map
- The status of the deployment.
- modifiedOn String
- When the deployment was last modified.
- projectId String
- Id of the project.
- projectName String
- Name of the project.
- shortId 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.
GetPagesProjectsResultBuildConfig     
- BuildCaching bool
- Enable build caching for the project.
- BuildCommand string
- Command used to build project.
- DestinationDir string
- Output directory of the build.
- RootDir string
- Directory to run the command.
- WebAnalytics stringTag 
- The classifying tag for analytics.
- WebAnalytics stringToken 
- The auth token for analytics.
- BuildCaching bool
- Enable build caching for the project.
- BuildCommand string
- Command used to build project.
- DestinationDir string
- Output directory of the build.
- RootDir string
- Directory to run the command.
- WebAnalytics stringTag 
- The classifying tag for analytics.
- WebAnalytics stringToken 
- The auth token for analytics.
- buildCaching Boolean
- Enable build caching for the project.
- buildCommand String
- Command used to build project.
- destinationDir String
- Output directory of the build.
- rootDir String
- Directory to run the command.
- webAnalytics StringTag 
- The classifying tag for analytics.
- webAnalytics StringToken 
- The auth token for analytics.
- buildCaching boolean
- Enable build caching for the project.
- buildCommand string
- Command used to build project.
- destinationDir string
- Output directory of the build.
- rootDir string
- Directory to run the command.
- webAnalytics stringTag 
- The classifying tag for analytics.
- webAnalytics 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.
- buildCaching Boolean
- Enable build caching for the project.
- buildCommand String
- Command used to build project.
- destinationDir String
- Output directory of the build.
- rootDir String
- Directory to run the command.
- webAnalytics StringTag 
- The classifying tag for analytics.
- webAnalytics StringToken 
- The auth token for analytics.
GetPagesProjectsResultDeploymentTrigger     
- Metadata
GetPages Projects Result Deployment Trigger Metadata 
- Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
- Metadata
GetPages Projects Result Deployment Trigger Metadata 
- Additional info about the trigger.
- Type string
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
- metadata
GetPages Projects Result Deployment Trigger Metadata 
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
- metadata
GetPages Projects Result Deployment Trigger Metadata 
- Additional info about the trigger.
- type string
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
- metadata
GetPages Projects Result Deployment Trigger Metadata 
- Additional info about the trigger.
- type str
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
- metadata Property Map
- Additional info about the trigger.
- type String
- What caused the deployment. Available values: "push", <span pulumi-lang-nodejs=""adHoc"" pulumi-lang-dotnet=""AdHoc"" pulumi-lang-go=""adHoc"" pulumi-lang-python=""ad_hoc"" pulumi-lang-yaml=""adHoc"" pulumi-lang-java=""adHoc"">"ad_hoc".
GetPagesProjectsResultDeploymentTriggerMetadata      
- Branch string
- Where the trigger happened.
- CommitHash string
- Hash of the deployment trigger commit.
- CommitMessage string
- Message of the deployment trigger commit.
- Branch string
- Where the trigger happened.
- CommitHash string
- Hash of the deployment trigger commit.
- CommitMessage string
- Message of the deployment trigger commit.
- branch String
- Where the trigger happened.
- commitHash String
- Hash of the deployment trigger commit.
- commitMessage String
- Message of the deployment trigger commit.
- branch string
- Where the trigger happened.
- commitHash string
- Hash of the deployment trigger commit.
- commitMessage 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.
- commitHash String
- Hash of the deployment trigger commit.
- commitMessage String
- Message of the deployment trigger commit.
GetPagesProjectsResultEnvVars     
GetPagesProjectsResultLatestStage     
- EndedOn 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".
- StartedOn string
- When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- EndedOn 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".
- StartedOn string
- When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- endedOn 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".
- startedOn String
- When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- endedOn 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".
- startedOn 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".
- endedOn 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".
- startedOn String
- When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
GetPagesProjectsResultSource    
- config Property Map
- type String
GetPagesProjectsResultSourceConfig     
- DeploymentsEnabled bool
- Owner string
- PathExcludes List<string>
- PathIncludes List<string>
- PrComments boolEnabled 
- PreviewBranch List<string>Excludes 
- PreviewBranch List<string>Includes 
- PreviewDeployment stringSetting 
- Available values: "all", "none", "custom".
- ProductionBranch string
- ProductionDeployments boolEnabled 
- RepoName string
- DeploymentsEnabled bool
- Owner string
- PathExcludes []string
- PathIncludes []string
- PrComments boolEnabled 
- PreviewBranch []stringExcludes 
- PreviewBranch []stringIncludes 
- PreviewDeployment stringSetting 
- Available values: "all", "none", "custom".
- ProductionBranch string
- ProductionDeployments boolEnabled 
- RepoName string
- deploymentsEnabled Boolean
- owner String
- pathExcludes List<String>
- pathIncludes List<String>
- prComments BooleanEnabled 
- previewBranch List<String>Excludes 
- previewBranch List<String>Includes 
- previewDeployment StringSetting 
- Available values: "all", "none", "custom".
- productionBranch String
- productionDeployments BooleanEnabled 
- repoName String
- deploymentsEnabled boolean
- owner string
- pathExcludes string[]
- pathIncludes string[]
- prComments booleanEnabled 
- previewBranch string[]Excludes 
- previewBranch string[]Includes 
- previewDeployment stringSetting 
- Available values: "all", "none", "custom".
- productionBranch string
- productionDeployments booleanEnabled 
- repoName 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
- deploymentsEnabled Boolean
- owner String
- pathExcludes List<String>
- pathIncludes List<String>
- prComments BooleanEnabled 
- previewBranch List<String>Excludes 
- previewBranch List<String>Includes 
- previewDeployment StringSetting 
- Available values: "all", "none", "custom".
- productionBranch String
- productionDeployments BooleanEnabled 
- repoName String
GetPagesProjectsResultStage    
- EndedOn 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".
- StartedOn string
- When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- EndedOn 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".
- StartedOn string
- When the stage started.
- Status string
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- endedOn 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".
- startedOn String
- When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
- endedOn 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".
- startedOn 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".
- endedOn 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".
- startedOn String
- When the stage started.
- status String
- State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the cloudflareTerraform Provider.
