aws-cdk-lib.aws_cloudfront.OriginBindOptions

interface OriginBindOptions

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.OriginBindOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#OriginBindOptions
Javasoftware.amazon.awscdk.services.cloudfront.OriginBindOptions
Pythonaws_cdk.aws_cloudfront.OriginBindOptions
TypeScript (source)aws-cdk-lib » aws_cloudfront » OriginBindOptions

Options passed to Origin.bind().

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 originBindOptions: cloudfront.OriginBindOptions = {
  originId: 'originId',
};

Properties

NameTypeDescription
originIdstringThe identifier of this Origin, as assigned by the Distribution this Origin has been used added to.

originId

Type: string

The identifier of this Origin, as assigned by the Distribution this Origin has been used added to.