Show / Hide Table of Contents

Class DomainParameterFilterConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainParameterFilterConfigArgs
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.AliCloud.Cdn.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainParameterFilterConfigArgs : ResourceArgs

Constructors

View Source

DomainParameterFilterConfigArgs()

Declaration
public DomainParameterFilterConfigArgs()

Properties

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 Input<string> Enable { get; set; }
Property Value
Type Description
Input<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 InputList<string> HashKeyArgs { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.