single Header Policy Config
suspend fun singleHeaderPolicyConfig(value: Output<ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs>)
suspend fun singleHeaderPolicyConfig(value: ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs?)
Parameters
value
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.
suspend fun singleHeaderPolicyConfig(argument: suspend ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgsBuilder.() -> Unit)
Parameters
argument
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.