Show / Hide Table of Contents

Class WorkerRouteArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkerRouteArgs
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 WorkerRouteArgs : ResourceArgs

Constructors

View Source

WorkerRouteArgs()

Declaration
public WorkerRouteArgs()

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.