Show / Hide Table of Contents

Class DomainHttpHeaderConfig

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

Fields

View Source

HeaderId

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

HeaderKey

Header key of the http header. Valid values are Content-Type, Cache-Control, Content-Disposition, Content-Language,Expires, Access-Control-Allow-Origin, Access-Control-Allow-Methods and Access-Control-Max-Age.

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

HeaderValue

Header value of the http header.

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