ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs

data class ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs(val header: Output<String>, val value: Output<String>) : ConvertibleToJava<ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs>

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.

Constructors

constructor(header: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val header: Output<String>
Link copied to clipboard
val value: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): ContinuousDeploymentPolicyConfigSingleHeaderPolicyConfigPropertiesArgs