Uses of Class
software.amazon.awscdk.services.cloudfront.origins.OriginGroup.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of OriginGroup.Builder in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionstatic OriginGroup.Builder
OriginGroup.Builder.create()
OriginGroup.Builder.fallbackOrigin
(IOrigin fallbackOrigin) The fallback origin that should serve requests when the primary fails.OriginGroup.Builder.fallbackStatusCodes
(List<? extends Number> fallbackStatusCodes) The list of HTTP status codes that, when returned from the primary origin, would cause querying the fallback origin.OriginGroup.Builder.primaryOrigin
(IOrigin primaryOrigin) The primary origin that should serve requests for this group.