Show / Hide Table of Contents

Class CfnResponseHeadersPolicy.RemoveHeaderProperty

The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.

Inheritance
object
CfnResponseHeadersPolicy.RemoveHeaderProperty
Implements
CfnResponseHeadersPolicy.IRemoveHeaderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResponseHeadersPolicy.RemoveHeaderProperty : CfnResponseHeadersPolicy.IRemoveHeaderProperty
Syntax (vb)
Public Class CfnResponseHeadersPolicy.RemoveHeaderProperty Implements CfnResponseHeadersPolicy.IRemoveHeaderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheader.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var removeHeaderProperty = new RemoveHeaderProperty {
                 Header = "header"
             };

Synopsis

Constructors

RemoveHeaderProperty()

The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.

Properties

Header

The HTTP header name.

Constructors

RemoveHeaderProperty()

The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.

public RemoveHeaderProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheader.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var removeHeaderProperty = new RemoveHeaderProperty {
                 Header = "header"
             };

Properties

Header

The HTTP header name.

public string Header { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-responseheaderspolicy-removeheader.html#cfn-cloudfront-responseheaderspolicy-removeheader-header

Implements

CfnResponseHeadersPolicy.IRemoveHeaderProperty
Back to top Generated by DocFX