interface VpcOriginReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.VpcOriginReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#VpcOriginReference |
![]() | software.amazon.awscdk.services.cloudfront.VpcOriginReference |
![]() | aws_cdk.aws_cloudfront.VpcOriginReference |
![]() | aws-cdk-lib » aws_cloudfront » VpcOriginReference |
A reference to a VpcOrigin resource.
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 vpcOriginReference: cloudfront.VpcOriginReference = {
vpcOriginArn: 'vpcOriginArn',
vpcOriginId: 'vpcOriginId',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The ARN of the VpcOrigin resource. |
vpc | string | The Id of the VpcOrigin resource. |
vpcOriginArn
Type:
string
The ARN of the VpcOrigin resource.
vpcOriginId
Type:
string
The Id of the VpcOrigin resource.