Show / Hide Table of Contents

Class Servicev1CacheSettingGetArgs

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

Constructors

View Source

Servicev1CacheSettingGetArgs()

Declaration
public Servicev1CacheSettingGetArgs()

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

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

StaleTtl

Max "Time To Live" for stale (unreachable) objects.

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

Ttl

The Time-To-Live (TTL) for the object.

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