Show / Hide Table of Contents

Class DomainParameterFilterConfig

Inheritance
System.Object
DomainParameterFilterConfig
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainParameterFilterConfig

Fields

View Source

Enable

This parameter indicates whether or not the parameter_filter_config is enable. Valid values are on and off. Default value is off.

Declaration
public readonly string Enable
Field Value
Type Description
System.String
View Source

HashKeyArgs

Reserved parameters of parameter_filter_config. It's a list of string and consists of at most 10 items.

Declaration
public readonly ImmutableArray<string> HashKeyArgs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.