Show / Hide Table of Contents

Class DomainHttpHeaderConfigArgs

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

Constructors

View Source

DomainHttpHeaderConfigArgs()

Declaration
public DomainHttpHeaderConfigArgs()

Properties

View Source

HeaderId

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

HeaderValue

Header value of the http header.

Declaration
public Input<string> HeaderValue { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.