Class WorkerScriptState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class WorkerScriptState : ResourceArgs
Constructors
View SourceWorkerScriptState()
Declaration
public WorkerScriptState()
Properties
View SourceContent
The script content.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KvNamespaceBindings
Declaration
public InputList<WorkerScriptKvNamespaceBindingGetArgs> KvNamespaceBindings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WorkerScriptKvNamespaceBindingGetArgs> |
Name
The name for the binding.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |