aws-cdk-lib.aws_cloudfront.CfnDistribution.OriginCustomHeaderProperty

interface OriginCustomHeaderProperty

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnDistribution.OriginCustomHeaderProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistribution_OriginCustomHeaderProperty
Javasoftware.amazon.awscdk.services.cloudfront.CfnDistribution.OriginCustomHeaderProperty
Pythonaws_cdk.aws_cloudfront.CfnDistribution.OriginCustomHeaderProperty
TypeScript aws-cdk-lib » aws_cloudfront » CfnDistribution » OriginCustomHeaderProperty

A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const originCustomHeaderProperty: cloudfront.CfnDistribution.OriginCustomHeaderProperty = {
  headerName: 'headerName',
  headerValue: 'headerValue',
};

Properties

NameTypeDescription
headerNamestringThe name of a header that you want CloudFront to send to your origin.
headerValuestringThe value for the header that you specified in the HeaderName field.

headerName

Type: string

The name of a header that you want CloudFront to send to your origin.

For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide .


headerValue

Type: string

The value for the header that you specified in the HeaderName field.