| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.origins |
CloudFront Origins for the CDK CloudFront Library
|
| Modifier and Type | Method and Description |
|---|---|
static OriginGroup.Builder |
OriginGroup.Builder.create() |
OriginGroup.Builder |
OriginGroup.Builder.fallbackOrigin(IOrigin fallbackOrigin)
(experimental) The fallback origin that should serve requests when the primary fails.
|
OriginGroup.Builder |
OriginGroup.Builder.fallbackStatusCodes(List<? extends Number> fallbackStatusCodes)
(experimental) The list of HTTP status codes that, when returned from the primary origin, would cause querying the fallback origin.
|
OriginGroup.Builder |
OriginGroup.Builder.primaryOrigin(IOrigin primaryOrigin)
(experimental) The primary origin that should serve requests for this group.
|
Copyright © 2021. All rights reserved.