Interface CfnResponseHeadersPolicyPropsMixin.ServerTimingHeadersConfigProperty

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

@Stability(Stable) public static interface CfnResponseHeadersPolicyPropsMixin.ServerTimingHeadersConfigProperty extends software.amazon.jsii.JsiiSerializable
A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cloudfront.*;
 ServerTimingHeadersConfigProperty serverTimingHeadersConfigProperty = ServerTimingHeadersConfigProperty.builder()
         .enabled(false)
         .samplingRate(123)
         .build();
 

See Also: