Show / Hide Table of Contents

Class DomainPage404Config

Inheritance
System.Object
DomainPage404Config
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 DomainPage404Config

Fields

View Source

CustomPageUrl

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 readonly string CustomPageUrl
Field Value
Type Description
System.String
View Source

ErrorCode

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

PageType

Page type of the error page. Valid values are default, charity, other. Default value is default.

Declaration
public readonly string PageType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.