GetWorkersScriptSubdomainResult

data class GetWorkersScriptSubdomainResult(val accountId: String, val enabled: Boolean, val id: String, val previewsEnabled: Boolean, val scriptName: String)

A collection of values returned by getWorkersScriptSubdomain.

Constructors

Link copied to clipboard
constructor(accountId: String, enabled: Boolean, id: String, previewsEnabled: Boolean, scriptName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier.

Link copied to clipboard

Whether the Worker is available on the workers.dev subdomain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether the Worker's Preview URLs should be available on the workers.dev subdomain.

Link copied to clipboard

Name of the script, used in URLs and route configuration.