Class WorkerScriptArgs
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 WorkerScriptArgs : ResourceArgs
Constructors
View SourceWorkerScriptArgs()
Declaration
public WorkerScriptArgs()
Properties
View SourceContent
The script content.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KvNamespaceBindings
Declaration
public InputList<WorkerScriptKvNamespaceBindingArgs> KvNamespaceBindings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<WorkerScriptKvNamespaceBindingArgs> |
Name
The name for the binding.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |