Class DomainHttpHeaderConfigArgs
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 DomainHttpHeaderConfigArgs : ResourceArgs
Constructors
View SourceDomainHttpHeaderConfigArgs()
Declaration
public DomainHttpHeaderConfigArgs()
Properties
View SourceHeaderId
Declaration
public Input<string> HeaderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> HeaderKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HeaderValue
Header value of the http header.
Declaration
public Input<string> HeaderValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |