Show / Hide Table of Contents

Class WorkerRouteState

Inheritance
System.Object
InputArgs
ResourceArgs
WorkerRouteState
Inherited Members
ResourceArgs.Empty
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 WorkerRouteState : ResourceArgs

Constructors

View Source

WorkerRouteState()

Declaration
public WorkerRouteState()

Properties

View Source

Pattern

The route pattern

Declaration
public Input<string> Pattern { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

ZoneId

The zone ID to add the route to.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.