Uses of Interface
software.amazon.awscdk.services.cloudfront.IVpcOrigin
Packages that use IVpcOrigin
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
Uses of IVpcOrigin in software.amazon.awscdk.services.cloudfront
Subinterfaces of IVpcOrigin in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVpcOrigin.Classes in software.amazon.awscdk.services.cloudfront that implement IVpcOriginModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA CloudFront VPC Origin configuration.Methods in software.amazon.awscdk.services.cloudfront that return IVpcOriginModifier and TypeMethodDescriptionstatic IVpcOriginVpcOrigin.fromVpcOriginArn(software.constructs.Construct scope, String id, String vpcOriginArn) Import an existing VPC origin from its ARN.static IVpcOriginVpcOrigin.fromVpcOriginAttributes(software.constructs.Construct scope, String id, VpcOriginAttributes attrs) Import an existing VPC origin from its attributes.static IVpcOriginVpcOrigin.fromVpcOriginId(software.constructs.Construct scope, String id, String vpcOriginId) Import an existing VPC origin from its ID. -
Uses of IVpcOrigin in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return IVpcOriginMethods in software.amazon.awscdk.services.cloudfront.origins with parameters of type IVpcOriginModifier and TypeMethodDescriptionprotected voidVpcOrigin.setVpcOrigin(IVpcOrigin value) static VpcOriginVpcOrigin.withVpcOrigin(IVpcOrigin origin) Create a VPC origin with an existing VPC origin resource.static VpcOriginVpcOrigin.withVpcOrigin(IVpcOrigin origin, VpcOriginProps props) Create a VPC origin with an existing VPC origin resource.