Class CfnResponseHeadersPolicy.RemoveHeadersConfigProperty
A list of HTTP header names that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.
Inheritance
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RemoveHeadersConfigProperty : Object, CfnResponseHeadersPolicy.IRemoveHeadersConfigProperty
Syntax (vb)
Public Class RemoveHeadersConfigProperty
Inherits Object
Implements CfnResponseHeadersPolicy.IRemoveHeadersConfigProperty
Remarks
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 removeHeadersConfigProperty = new RemoveHeadersConfigProperty {
Items = new [] { new RemoveHeaderProperty {
Header = "header"
} }
};
Synopsis
Constructors
Remove |
Properties
Items | The list of HTTP header names. |
Constructors
RemoveHeadersConfigProperty()
public RemoveHeadersConfigProperty()
Properties
Items
The list of HTTP header names.
public object Items { get; set; }
Property Value
System.