WorkersDeployment

class WorkersDeployment : KotlinCustomResource

Example Usage

resources:
exampleWorkersDeployment:
type: cloudflare:WorkersDeployment
name: example_workers_deployment
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
scriptName: this-is_my_script-01
strategy: percentage
versions:
- percentage: 100
version_id: bcf48806-b317-4351-9ee7-36e7d557d4de
annotations:
workers_message: Deploy bug fix.

Import

$ pulumi import cloudflare:index/workersDeployment:WorkersDeployment example '<account_id>/<script_name>'

Properties

Link copied to clipboard
val accountId: Output<String>

Identifier

Link copied to clipboard
Link copied to clipboard
val authorEmail: Output<String>
Link copied to clipboard
val createdOn: Output<String>
Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scriptName: Output<String>

Name of the script.

Link copied to clipboard
val source: Output<String>
Link copied to clipboard
val strategy: Output<String>

Available values: "percentage".

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard