Show / Hide Table of Contents

Class DomainPage404ConfigArgs

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

Constructors

View Source

DomainPage404ConfigArgs()

Declaration
public DomainPage404ConfigArgs()

Properties

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 Input<string> CustomPageUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ErrorCode

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.