Show / Hide Table of Contents

Class Servicev1GzipArgs

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

Constructors

View Source

Servicev1GzipArgs()

Declaration
public Servicev1GzipArgs()

Properties

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

ContentTypes

The content-type for each type of content you wish to have dynamically gzip'ed. Example: [&quot;text/html&quot;, &quot;text/css&quot;].

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

Extensions

File extensions for each file type to dynamically gzip. Example: [&quot;css&quot;, &quot;js&quot;].

Declaration
public InputList<string> Extensions { get; set; }
Property Value
Type Description
InputList<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
Back to top Copyright 2016-2020, Pulumi Corporation.