Interface CfnResponseHeadersPolicy.IRemoveHeadersConfigProperty
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.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRemoveHeadersConfigProperty
Syntax (vb)
Public Interface 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
Properties
Items | The list of HTTP header names. |
Properties
Items
The list of HTTP header names.
object Items { get; }
Property Value
System.Object