Class DomainParameterFilterConfigArgs
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 DomainParameterFilterConfigArgs : ResourceArgs
Constructors
View SourceDomainParameterFilterConfigArgs()
Declaration
public DomainParameterFilterConfigArgs()
Properties
View SourceEnable
This parameter indicates whether or not the parameter_filter_config is enable. Valid values are on and off. Default value is off.
Declaration
public Input<string> Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HashKeyArgs
Reserved parameters of parameter_filter_config. It's a list of string and consists of at most 10 items.
Declaration
public InputList<string> HashKeyArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |