Workers For Platforms Dispatch Namespace
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleWorkersForPlatformsDispatchNamespace = new cloudflare.WorkersForPlatformsDispatchNamespace("example_workers_for_platforms_dispatch_namespace", {
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
name: "my-dispatch-namespace",
});
Content copied to clipboard
import pulumi
import pulumi_cloudflare as cloudflare
example_workers_for_platforms_dispatch_namespace = cloudflare.WorkersForPlatformsDispatchNamespace("example_workers_for_platforms_dispatch_namespace",
account_id="023e105f4ecef8ad9ca31a8372d0c353",
name="my-dispatch-namespace")
Content copied to clipboard
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleWorkersForPlatformsDispatchNamespace = new Cloudflare.WorkersForPlatformsDispatchNamespace("example_workers_for_platforms_dispatch_namespace", new()
{
AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
Name = "my-dispatch-namespace",
});
});
Content copied to clipboard
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.NewWorkersForPlatformsDispatchNamespace(ctx, "example_workers_for_platforms_dispatch_namespace", &cloudflare.WorkersForPlatformsDispatchNamespaceArgs{
AccountId: pulumi.String("023e105f4ecef8ad9ca31a8372d0c353"),
Name: pulumi.String("my-dispatch-namespace"),
})
if err != nil {
return err
}
return nil
})
}
Content copied to clipboard
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.WorkersForPlatformsDispatchNamespace;
import com.pulumi.cloudflare.WorkersForPlatformsDispatchNamespaceArgs;
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 exampleWorkersForPlatformsDispatchNamespace = new WorkersForPlatformsDispatchNamespace("exampleWorkersForPlatformsDispatchNamespace", WorkersForPlatformsDispatchNamespaceArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.name("my-dispatch-namespace")
.build());
}
}
Content copied to clipboard
resources:
exampleWorkersForPlatformsDispatchNamespace:
type: cloudflare:WorkersForPlatformsDispatchNamespace
name: example_workers_for_platforms_dispatch_namespace
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
name: my-dispatch-namespace
Content copied to clipboard
Import
$ pulumi import cloudflare:index/workersForPlatformsDispatchNamespace:WorkersForPlatformsDispatchNamespace example '<account_id>/<dispatch_namespace>'
Content copied to clipboard
Properties
Link copied to clipboard
Identifier.
Link copied to clipboard
When the script was last modified.
Link copied to clipboard
API Resource UUID tag.
Link copied to clipboard
Name of the Workers for Platforms dispatch namespace.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The current number of scripts in this Dispatch Namespace