Worker Script Args
constructor(accountId: Output<String>? = null, assets: Output<WorkerScriptAssetsArgs>? = null, bindings: Output<List<WorkerScriptBindingArgs>>? = null, bodyPart: Output<String>? = null, compatibilityDate: Output<String>? = null, compatibilityFlags: Output<List<String>>? = null, content: Output<String>? = null, keepAssets: Output<Boolean>? = null, keepBindings: Output<List<String>>? = null, logpush: Output<Boolean>? = null, mainModule: Output<String>? = null, migrations: Output<WorkerScriptMigrationsArgs>? = null, observability: Output<WorkerScriptObservabilityArgs>? = null, placement: Output<WorkerScriptPlacementArgs>? = null, scriptName: Output<String>? = null, tailConsumers: Output<List<WorkerScriptTailConsumerArgs>>? = null, usageModel: Output<String>? = null)
Deprecated
cloudflare.index/workerscript.WorkerScript has been deprecated in favor of cloudflare.index/workersscript.WorkersScript