@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.246Z") @Stability(value=Experimental) public class OriginGroup extends software.amazon.jsii.JsiiObject implements IOrigin
Consists of a primary Origin, and a fallback Origin called when the primary returns one of the provided HTTP status codes.
| Modifier and Type | Class and Description |
|---|---|
static class |
OriginGroup.Builder
(experimental) A fluent builder for
OriginGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIOrigin.Jsii$Default, IOrigin.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
OriginGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
OriginGroup(software.amazon.jsii.JsiiObjectRef objRef) |
|
OriginGroup(OriginGroupProps props) |
| Modifier and Type | Method and Description |
|---|---|
OriginBindConfig |
bind(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected OriginGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected OriginGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public OriginGroup(@NotNull
OriginGroupProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public OriginBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull OriginBindOptions options)
Copyright © 2021. All rights reserved.