Class DomainReferConfigArgs
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 DomainReferConfigArgs : ResourceArgs
Constructors
View SourceDomainReferConfigArgs()
Declaration
public DomainReferConfigArgs()
Properties
View SourceAllowEmpty
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> |
ReferLists
A list of domain names of the refer config.
Declaration
public InputList<string> ReferLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |