Show / Hide Table of Contents

Class CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty

Determines which HTTP requests are sent to the staging distribution.

Inheritance
object
CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty
Implements
CfnContinuousDeploymentPolicy.ISingleHeaderConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty : CfnContinuousDeploymentPolicy.ISingleHeaderConfigProperty
Syntax (vb)
Public Class CfnContinuousDeploymentPolicy.SingleHeaderConfigProperty Implements CfnContinuousDeploymentPolicy.ISingleHeaderConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html

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

Constructors

SingleHeaderConfigProperty()

Determines which HTTP requests are sent to the staging distribution.

Properties

Header

The request header name that you want CloudFront to send to your staging distribution.

Value

The request header value.

Constructors

SingleHeaderConfigProperty()

Determines which HTTP requests are sent to the staging distribution.

public SingleHeaderConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html

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"
             };

Properties

Header

The request header name that you want CloudFront to send to your staging distribution.

public string Header { get; set; }
Property Value

string

Remarks

The header must contain the prefix aws-cf-cd- .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleheaderconfig-header

Value

The request header value.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleheaderconfig-value

Implements

CfnContinuousDeploymentPolicy.ISingleHeaderConfigProperty
Back to top Generated by DocFX