Interface CfnContinuousDeploymentPolicy.ISingleHeaderConfigProperty
Determines which HTTP requests are sent to the staging distribution.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISingleHeaderConfigProperty
Syntax (vb)
Public Interface ISingleHeaderConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var singleHeaderConfigProperty = new SingleHeaderConfigProperty {
Header = "header",
Value = "value"
};
Synopsis
Properties
Header | The request header name that you want CloudFront to send to your staging distribution. |
Value | The request header value. |
Properties
Header
The request header name that you want CloudFront to send to your staging distribution.
string Header { get; }
Property Value
System.String
Remarks
The header must contain the prefix aws-cf-cd-
.
Value
The request header value.
string Value { get; }
Property Value
System.String