Interface CfnResponseHeadersPolicy.RemoveHeaderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnResponseHeadersPolicy.RemoveHeaderProperty.Jsii$Proxy
Enclosing class:
CfnResponseHeadersPolicy

@Stability(Stable) public static interface CfnResponseHeadersPolicy.RemoveHeaderProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudfront.*;
 RemoveHeaderProperty removeHeaderProperty = RemoveHeaderProperty.builder()
         .header("header")
         .build();
 

See Also: