Class Servicev1CacheSettingArgs
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.Fastly.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1CacheSettingArgs : ResourceArgs
Constructors
View SourceServicev1CacheSettingArgs()
Declaration
public Servicev1CacheSettingArgs()
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> |
CacheCondition
Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals,
see [Fastly's Documentation on Conditionals][fastly-conditionals].
Declaration
public Input<string> CacheCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StaleTtl
Max "Time To Live" for stale (unreachable) objects.
Declaration
public Input<int> StaleTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Ttl
The Time-To-Live (TTL) for the object.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |