Class WorkerRouteArgs
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 WorkerRouteArgs : ResourceArgs
Constructors
View SourceWorkerRouteArgs()
Declaration
public WorkerRouteArgs()
Properties
View SourcePattern
The route pattern
Declaration
public Input<string> Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScriptName
Which worker script to run for requests that match the route pattern. If script_name is empty, workers will be skipped for matching requests.
Declaration
public Input<string> ScriptName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The zone ID to add the route to.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |