Class DomainPage404ConfigArgs
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 DomainPage404ConfigArgs : ResourceArgs
Constructors
View SourceDomainPage404ConfigArgs()
Declaration
public DomainPage404ConfigArgs()
Properties
View SourceCustomPageUrl
Custom page url of the error page. It must be the full path under the accelerated domain name. It's value must be http://promotion.alicdn.com/help/oss/error.html when page_type value is charity and It can not be set when page_type value is default.
Declaration
public Input<string> CustomPageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ErrorCode
Declaration
public Input<string> ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PageType
Page type of the error page. Valid values are default, charity, other. Default value is default.
Declaration
public Input<string> PageType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |