Uses of Class
software.amazon.awscdk.services.cloudfront.VpcOrigin.Builder
Packages that use VpcOrigin.Builder
-
Uses of VpcOrigin.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return VpcOrigin.BuilderModifier and TypeMethodDescriptionstatic VpcOrigin.BuilderVpcOrigin.Builder.endpoint(VpcOriginEndpoint endpoint) The VPC origin endpoint.The HTTP port for the CloudFront VPC origin endpoint configuration.The HTTPS port of the CloudFront VPC origin endpoint configuration.VpcOrigin.Builder.originSslProtocols(List<? extends OriginSslPolicy> originSslProtocols) A list that contains allowed SSL/TLS protocols for this distribution.VpcOrigin.Builder.protocolPolicy(OriginProtocolPolicy protocolPolicy) The origin protocol policy for the CloudFront VPC origin endpoint configuration.VpcOrigin.Builder.vpcOriginName(String vpcOriginName) The name of the CloudFront VPC origin endpoint configuration.