Class DomainCacheConfigArgs
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.AliCloud.Cdn.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainCacheConfigArgs : ResourceArgs
Constructors
View SourceDomainCacheConfigArgs()
Declaration
public DomainCacheConfigArgs()
Properties
View SourceCacheContent
Cache content of the cache config. It's value is a path string when the cache_type is path. When the cache_type is suffix, it's value is a string which contains multiple file suffixes separated by commas.
Declaration
public Input<string> CacheContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CacheId
Declaration
public Input<string> CacheId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CacheType
Cache type of the cache config. Valid values are suffix and path.
Declaration
public Input<string> CacheType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Cache time of the cache config.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Weight
Weight of the cache config. This parameter's value is between 1 and 99. Default value is 1. The higher the value, the higher the priority.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |