1. Packages
  2. Scaleway
  3. API Docs
  4. EdgeServicesCacheStage
Scaleway v1.27.1 published on Wednesday, Apr 30, 2025 by pulumiverse

scaleway.EdgeServicesCacheStage

Explore with Pulumi AI

scaleway logo
Scaleway v1.27.1 published on Wednesday, Apr 30, 2025 by pulumiverse

    Creates and manages Scaleway Edge Services Cache Stages.

    Example Usage

    Basic

    import * as pulumi from "@pulumi/pulumi";
    import * as scaleway from "@pulumiverse/scaleway";
    
    const main = new scaleway.EdgeServicesCacheStage("main", {
        pipelineId: mainScalewayEdgeServicesPipeline.id,
        backendStageId: mainScalewayEdgeServicesBackendStage.id,
    });
    
    import pulumi
    import pulumiverse_scaleway as scaleway
    
    main = scaleway.EdgeServicesCacheStage("main",
        pipeline_id=main_scaleway_edge_services_pipeline["id"],
        backend_stage_id=main_scaleway_edge_services_backend_stage["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scaleway.NewEdgeServicesCacheStage(ctx, "main", &scaleway.EdgeServicesCacheStageArgs{
    			PipelineId:     pulumi.Any(mainScalewayEdgeServicesPipeline.Id),
    			BackendStageId: pulumi.Any(mainScalewayEdgeServicesBackendStage.Id),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scaleway = Pulumiverse.Scaleway;
    
    return await Deployment.RunAsync(() => 
    {
        var main = new Scaleway.EdgeServicesCacheStage("main", new()
        {
            PipelineId = mainScalewayEdgeServicesPipeline.Id,
            BackendStageId = mainScalewayEdgeServicesBackendStage.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scaleway.EdgeServicesCacheStage;
    import com.pulumi.scaleway.EdgeServicesCacheStageArgs;
    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) {
            var main = new EdgeServicesCacheStage("main", EdgeServicesCacheStageArgs.builder()
                .pipelineId(mainScalewayEdgeServicesPipeline.id())
                .backendStageId(mainScalewayEdgeServicesBackendStage.id())
                .build());
    
        }
    }
    
    resources:
      main:
        type: scaleway:EdgeServicesCacheStage
        properties:
          pipelineId: ${mainScalewayEdgeServicesPipeline.id}
          backendStageId: ${mainScalewayEdgeServicesBackendStage.id}
    

    Purge request

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      main:
        type: scaleway:EdgeServicesCacheStage
        properties:
          pipelineId: ${mainScalewayEdgeServicesPipeline.id}
          backendStageId: ${mainScalewayEdgeServicesBackendStage.id}
          purge:
            - pipelineId: ${mainScalewayEdgeServicesPipeline.id}
              all: true
    

    Create EdgeServicesCacheStage Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EdgeServicesCacheStage(name: string, args: EdgeServicesCacheStageArgs, opts?: CustomResourceOptions);
    @overload
    def EdgeServicesCacheStage(resource_name: str,
                               args: EdgeServicesCacheStageArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def EdgeServicesCacheStage(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               pipeline_id: Optional[str] = None,
                               backend_stage_id: Optional[str] = None,
                               fallback_ttl: Optional[int] = None,
                               project_id: Optional[str] = None,
                               purge_requests: Optional[Sequence[EdgeServicesCacheStagePurgeRequestArgs]] = None,
                               refresh_cache: Optional[str] = None,
                               route_stage_id: Optional[str] = None,
                               waf_stage_id: Optional[str] = None)
    func NewEdgeServicesCacheStage(ctx *Context, name string, args EdgeServicesCacheStageArgs, opts ...ResourceOption) (*EdgeServicesCacheStage, error)
    public EdgeServicesCacheStage(string name, EdgeServicesCacheStageArgs args, CustomResourceOptions? opts = null)
    public EdgeServicesCacheStage(String name, EdgeServicesCacheStageArgs args)
    public EdgeServicesCacheStage(String name, EdgeServicesCacheStageArgs args, CustomResourceOptions options)
    
    type: scaleway:EdgeServicesCacheStage
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EdgeServicesCacheStageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EdgeServicesCacheStageArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EdgeServicesCacheStageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EdgeServicesCacheStageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EdgeServicesCacheStageArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var edgeServicesCacheStageResource = new Scaleway.EdgeServicesCacheStage("edgeServicesCacheStageResource", new()
    {
        PipelineId = "string",
        BackendStageId = "string",
        FallbackTtl = 0,
        ProjectId = "string",
        PurgeRequests = new[]
        {
            new Scaleway.Inputs.EdgeServicesCacheStagePurgeRequestArgs
            {
                All = false,
                Assets = new[]
                {
                    "string",
                },
                PipelineId = "string",
            },
        },
        RefreshCache = "string",
        RouteStageId = "string",
        WafStageId = "string",
    });
    
    example, err := scaleway.NewEdgeServicesCacheStage(ctx, "edgeServicesCacheStageResource", &scaleway.EdgeServicesCacheStageArgs{
    	PipelineId:     pulumi.String("string"),
    	BackendStageId: pulumi.String("string"),
    	FallbackTtl:    pulumi.Int(0),
    	ProjectId:      pulumi.String("string"),
    	PurgeRequests: scaleway.EdgeServicesCacheStagePurgeRequestArray{
    		&scaleway.EdgeServicesCacheStagePurgeRequestArgs{
    			All: pulumi.Bool(false),
    			Assets: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			PipelineId: pulumi.String("string"),
    		},
    	},
    	RefreshCache: pulumi.String("string"),
    	RouteStageId: pulumi.String("string"),
    	WafStageId:   pulumi.String("string"),
    })
    
    var edgeServicesCacheStageResource = new EdgeServicesCacheStage("edgeServicesCacheStageResource", EdgeServicesCacheStageArgs.builder()
        .pipelineId("string")
        .backendStageId("string")
        .fallbackTtl(0)
        .projectId("string")
        .purgeRequests(EdgeServicesCacheStagePurgeRequestArgs.builder()
            .all(false)
            .assets("string")
            .pipelineId("string")
            .build())
        .refreshCache("string")
        .routeStageId("string")
        .wafStageId("string")
        .build());
    
    edge_services_cache_stage_resource = scaleway.EdgeServicesCacheStage("edgeServicesCacheStageResource",
        pipeline_id="string",
        backend_stage_id="string",
        fallback_ttl=0,
        project_id="string",
        purge_requests=[{
            "all": False,
            "assets": ["string"],
            "pipeline_id": "string",
        }],
        refresh_cache="string",
        route_stage_id="string",
        waf_stage_id="string")
    
    const edgeServicesCacheStageResource = new scaleway.EdgeServicesCacheStage("edgeServicesCacheStageResource", {
        pipelineId: "string",
        backendStageId: "string",
        fallbackTtl: 0,
        projectId: "string",
        purgeRequests: [{
            all: false,
            assets: ["string"],
            pipelineId: "string",
        }],
        refreshCache: "string",
        routeStageId: "string",
        wafStageId: "string",
    });
    
    type: scaleway:EdgeServicesCacheStage
    properties:
        backendStageId: string
        fallbackTtl: 0
        pipelineId: string
        projectId: string
        purgeRequests:
            - all: false
              assets:
                - string
              pipelineId: string
        refreshCache: string
        routeStageId: string
        wafStageId: string
    

    EdgeServicesCacheStage Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The EdgeServicesCacheStage resource accepts the following input properties:

    PipelineId string
    The ID of the pipeline.
    BackendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    FallbackTtl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    ProjectId string
    project_id) The ID of the project the cache stage is associated with.
    PurgeRequests List<Pulumiverse.Scaleway.Inputs.EdgeServicesCacheStagePurgeRequest>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    RefreshCache string
    Trigger a refresh of the cache by changing this field's value.
    RouteStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    WafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    PipelineId string
    The ID of the pipeline.
    BackendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    FallbackTtl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    ProjectId string
    project_id) The ID of the project the cache stage is associated with.
    PurgeRequests []EdgeServicesCacheStagePurgeRequestArgs
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    RefreshCache string
    Trigger a refresh of the cache by changing this field's value.
    RouteStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    WafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    pipelineId String
    The ID of the pipeline.
    backendStageId String
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    fallbackTtl Integer
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    projectId String
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests List<EdgeServicesCacheStagePurgeRequest>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache String
    Trigger a refresh of the cache by changing this field's value.
    routeStageId String
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    wafStageId String
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    pipelineId string
    The ID of the pipeline.
    backendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    fallbackTtl number
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    projectId string
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests EdgeServicesCacheStagePurgeRequest[]
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache string
    Trigger a refresh of the cache by changing this field's value.
    routeStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    wafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    pipeline_id str
    The ID of the pipeline.
    backend_stage_id str
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    fallback_ttl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    project_id str
    project_id) The ID of the project the cache stage is associated with.
    purge_requests Sequence[EdgeServicesCacheStagePurgeRequestArgs]
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refresh_cache str
    Trigger a refresh of the cache by changing this field's value.
    route_stage_id str
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    waf_stage_id str
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    pipelineId String
    The ID of the pipeline.
    backendStageId String
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    fallbackTtl Number
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    projectId String
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests List<Property Map>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache String
    Trigger a refresh of the cache by changing this field's value.
    routeStageId String
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    wafStageId String
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EdgeServicesCacheStage resource produces the following output properties:

    CreatedAt string
    The date and time of the creation of the cache stage.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The date and time of the last update of the cache stage.
    CreatedAt string
    The date and time of the creation of the cache stage.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The date and time of the last update of the cache stage.
    createdAt String
    The date and time of the creation of the cache stage.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The date and time of the last update of the cache stage.
    createdAt string
    The date and time of the creation of the cache stage.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    The date and time of the last update of the cache stage.
    created_at str
    The date and time of the creation of the cache stage.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    The date and time of the last update of the cache stage.
    createdAt String
    The date and time of the creation of the cache stage.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The date and time of the last update of the cache stage.

    Look up Existing EdgeServicesCacheStage Resource

    Get an existing EdgeServicesCacheStage resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: EdgeServicesCacheStageState, opts?: CustomResourceOptions): EdgeServicesCacheStage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            backend_stage_id: Optional[str] = None,
            created_at: Optional[str] = None,
            fallback_ttl: Optional[int] = None,
            pipeline_id: Optional[str] = None,
            project_id: Optional[str] = None,
            purge_requests: Optional[Sequence[EdgeServicesCacheStagePurgeRequestArgs]] = None,
            refresh_cache: Optional[str] = None,
            route_stage_id: Optional[str] = None,
            updated_at: Optional[str] = None,
            waf_stage_id: Optional[str] = None) -> EdgeServicesCacheStage
    func GetEdgeServicesCacheStage(ctx *Context, name string, id IDInput, state *EdgeServicesCacheStageState, opts ...ResourceOption) (*EdgeServicesCacheStage, error)
    public static EdgeServicesCacheStage Get(string name, Input<string> id, EdgeServicesCacheStageState? state, CustomResourceOptions? opts = null)
    public static EdgeServicesCacheStage get(String name, Output<String> id, EdgeServicesCacheStageState state, CustomResourceOptions options)
    resources:  _:    type: scaleway:EdgeServicesCacheStage    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BackendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    CreatedAt string
    The date and time of the creation of the cache stage.
    FallbackTtl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    PipelineId string
    The ID of the pipeline.
    ProjectId string
    project_id) The ID of the project the cache stage is associated with.
    PurgeRequests List<Pulumiverse.Scaleway.Inputs.EdgeServicesCacheStagePurgeRequest>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    RefreshCache string
    Trigger a refresh of the cache by changing this field's value.
    RouteStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    UpdatedAt string
    The date and time of the last update of the cache stage.
    WafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    BackendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    CreatedAt string
    The date and time of the creation of the cache stage.
    FallbackTtl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    PipelineId string
    The ID of the pipeline.
    ProjectId string
    project_id) The ID of the project the cache stage is associated with.
    PurgeRequests []EdgeServicesCacheStagePurgeRequestArgs
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    RefreshCache string
    Trigger a refresh of the cache by changing this field's value.
    RouteStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    UpdatedAt string
    The date and time of the last update of the cache stage.
    WafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    backendStageId String
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    createdAt String
    The date and time of the creation of the cache stage.
    fallbackTtl Integer
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    pipelineId String
    The ID of the pipeline.
    projectId String
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests List<EdgeServicesCacheStagePurgeRequest>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache String
    Trigger a refresh of the cache by changing this field's value.
    routeStageId String
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    updatedAt String
    The date and time of the last update of the cache stage.
    wafStageId String
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    backendStageId string
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    createdAt string
    The date and time of the creation of the cache stage.
    fallbackTtl number
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    pipelineId string
    The ID of the pipeline.
    projectId string
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests EdgeServicesCacheStagePurgeRequest[]
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache string
    Trigger a refresh of the cache by changing this field's value.
    routeStageId string
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    updatedAt string
    The date and time of the last update of the cache stage.
    wafStageId string
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    backend_stage_id str
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    created_at str
    The date and time of the creation of the cache stage.
    fallback_ttl int
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    pipeline_id str
    The ID of the pipeline.
    project_id str
    project_id) The ID of the project the cache stage is associated with.
    purge_requests Sequence[EdgeServicesCacheStagePurgeRequestArgs]
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refresh_cache str
    Trigger a refresh of the cache by changing this field's value.
    route_stage_id str
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    updated_at str
    The date and time of the last update of the cache stage.
    waf_stage_id str
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    backendStageId String
    The backend stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    createdAt String
    The date and time of the creation of the cache stage.
    fallbackTtl Number
    The Time To Live (TTL) in seconds. Defines how long content is cached.
    pipelineId String
    The ID of the pipeline.
    projectId String
    project_id) The ID of the project the cache stage is associated with.
    purgeRequests List<Property Map>
    The Scaleway Object Storage origin bucket (S3) linked to the backend stage.
    refreshCache String
    Trigger a refresh of the cache by changing this field's value.
    routeStageId String
    The route stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.
    updatedAt String
    The date and time of the last update of the cache stage.
    wafStageId String
    The WAF stage ID the cache stage will be linked to. Only one of backend_stage_id, route_stage_id and waf_stage_id should be specified.

    Supporting Types

    EdgeServicesCacheStagePurgeRequest, EdgeServicesCacheStagePurgeRequestArgs

    All bool
    Defines whether to purge all content.
    Assets List<string>
    The list of asserts to purge.
    PipelineId string
    The pipeline ID in which the purge request will be created.
    All bool
    Defines whether to purge all content.
    Assets []string
    The list of asserts to purge.
    PipelineId string
    The pipeline ID in which the purge request will be created.
    all Boolean
    Defines whether to purge all content.
    assets List<String>
    The list of asserts to purge.
    pipelineId String
    The pipeline ID in which the purge request will be created.
    all boolean
    Defines whether to purge all content.
    assets string[]
    The list of asserts to purge.
    pipelineId string
    The pipeline ID in which the purge request will be created.
    all bool
    Defines whether to purge all content.
    assets Sequence[str]
    The list of asserts to purge.
    pipeline_id str
    The pipeline ID in which the purge request will be created.
    all Boolean
    Defines whether to purge all content.
    assets List<String>
    The list of asserts to purge.
    pipelineId String
    The pipeline ID in which the purge request will be created.

    Import

    Cache stages can be imported using the {id}, e.g.

    bash

    $ pulumi import scaleway:index/edgeServicesCacheStage:EdgeServicesCacheStage basic 11111111-1111-1111-1111-111111111111
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.27.1 published on Wednesday, Apr 30, 2025 by pulumiverse