Interface CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty

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

@Stability(Stable) public static interface CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty extends software.amazon.jsii.JsiiSerializable
Determines which HTTP requests are sent to the staging distribution.

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.*;
 SingleHeaderConfigProperty singleHeaderConfigProperty = SingleHeaderConfigProperty.builder()
         .header("header")
         .value("value")
         .build();
 

See Also: