Class Servicev1RequestSettingArgs
Inherited Members
Namespace: Pulumi.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1RequestSettingArgs : ResourceArgs
Constructors
View SourceServicev1RequestSettingArgs()
Declaration
public Servicev1RequestSettingArgs()
Properties
View SourceAction
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> |
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> |
DefaultHost
Sets the host header.
Declaration
public Input<string> DefaultHost { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |