Show / Hide Table of Contents

Class DomainReferConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainReferConfigArgs
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 DomainReferConfigArgs : ResourceArgs

Constructors

View Source

DomainReferConfigArgs()

Declaration
public DomainReferConfigArgs()

Properties

View Source

AllowEmpty

This parameter indicates whether or not to allow empty refer access. Valid values are on and off. Default value is on.

Declaration
public Input<string> AllowEmpty { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReferLists

A list of domain names of the refer config.

Declaration
public InputList<string> ReferLists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ReferType

Refer type of the refer config. Valid values are block and allow. Default value is block.

Declaration
public Input<string> ReferType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.