Show / Hide Table of Contents

Class Servicev1RequestSettingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1RequestSettingArgs
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.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1RequestSettingArgs : ResourceArgs

Constructors

View Source

Servicev1RequestSettingArgs()

Declaration
public Servicev1RequestSettingArgs()

Properties

View Source

Action

Allows you to terminate request handling and immediately perform an action. When set it can be lookup or pass (Ignore the cache completely).

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

BypassBusyWait

Disable collapsed forwarding, so you don't wait for other objects to origin.

Declaration
public Input<bool> BypassBusyWait { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DefaultHost

Sets the host header.

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

ForceMiss

Force a cache miss for the request. If specified, can be true or false.

Declaration
public Input<bool> ForceMiss { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ForceSsl

Forces the request to use SSL (Redirects a non-SSL request to SSL).

Declaration
public Input<bool> ForceSsl { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

GeoHeaders

Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers.

Declaration
public Input<bool> GeoHeaders { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

HashKeys

Comma separated list of varnish request object fields that should be in the hash key.

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

MaxStaleAge

How old an object is allowed to be to serve stale-if-error or stale-while-revalidate, in seconds.

Declaration
public Input<int> MaxStaleAge { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

A unique name to identify this dictionary.

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

RequestCondition

Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST.

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

TimerSupport

Injects the X-Timer info into the request for viewing origin fetch durations.

Declaration
public Input<bool> TimerSupport { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Xff

X-Forwarded-For, should be clear, leave, append, append_all, or overwrite. Default append.

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