Uses of Interface
software.amazon.awscdk.services.cloudfront.origins.VpcOriginWithEndpointProps
Packages that use VpcOriginWithEndpointProps
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of VpcOriginWithEndpointProps in software.amazon.awscdk.services.cloudfront.origins
Classes in software.amazon.awscdk.services.cloudfront.origins that implement VpcOriginWithEndpointPropsModifier and TypeClassDescriptionstatic final classAn implementation forVpcOriginWithEndpointPropsMethods in software.amazon.awscdk.services.cloudfront.origins that return VpcOriginWithEndpointPropsModifier and TypeMethodDescriptionVpcOriginWithEndpointProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type VpcOriginWithEndpointPropsModifier and TypeMethodDescriptionstatic VpcOriginVpcOrigin.withApplicationLoadBalancer(IApplicationLoadBalancer alb, VpcOriginWithEndpointProps props) Create a VPC origin with an Application Load Balancer.static VpcOriginVpcOrigin.withEc2Instance(IInstance instance, VpcOriginWithEndpointProps props) Create a VPC origin with an EC2 instance.static VpcOriginVpcOrigin.withNetworkLoadBalancer(INetworkLoadBalancer nlb, VpcOriginWithEndpointProps props) Create a VPC origin with a Network Load Balancer.