ContinuousDeploymentPolicySingleHeaderConfig

data class ContinuousDeploymentPolicySingleHeaderConfig(val header: String, val value: String)

Constructors

constructor(header: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix aws-cf-cd- .

Link copied to clipboard

The request header value.