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 SourceHeaderId
Declaration
public readonly string HeaderId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
HeaderValue
Header value of the http header.
Declaration
public readonly string HeaderValue
Field Value
| Type | Description |
|---|---|
| System.String |