Class ContinuousDeploymentSingleHeaderConfig

java.lang.Object
software.amazon.awssdk.services.cloudfront.model.ContinuousDeploymentSingleHeaderConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>

@Generated("software.amazon.awssdk:codegen") public final class ContinuousDeploymentSingleHeaderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>

This configuration determines which HTTP requests are sent to the staging distribution. If the HTTP request contains a header and value that matches what you specify here, the request is sent to the staging distribution. Otherwise the request is sent to the primary distribution.

See Also: