Class BackendServiceCdnPolicyArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceCdnPolicyArgs : ResourceArgs
Constructors
View SourceBackendServiceCdnPolicyArgs()
Declaration
public BackendServiceCdnPolicyArgs()
Properties
View SourceCacheKeyPolicy
The CacheKeyPolicy for this CdnPolicy. Structure is documented below.
Declaration
public Input<BackendServiceCdnPolicyCacheKeyPolicyArgs> CacheKeyPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BackendServiceCdnPolicyCacheKeyPolicyArgs> |
SignedUrlCacheMaxAgeSec
Maximum number of seconds the response to a signed URL request will be considered fresh, defaults to 1hr (3600s). After this time period, the response will be revalidated before being served. When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.
Declaration
public Input<int> SignedUrlCacheMaxAgeSec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |