@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.814Z") @Stability(value=Stable) public interface IOrigin extends software.amazon.jsii.JsiiSerializable
You provide one or more origins when creating a Distribution.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOrigin.Jsii$Default
Internal default implementation for
IOrigin. |
static class |
IOrigin.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
OriginBindConfig |
bind(Construct scope,
OriginBindOptions options)
The method called when a given Origin is added (for the first time) to a Distribution.
|
@Stability(value=Stable) @NotNull OriginBindConfig bind(@NotNull Construct scope, @NotNull OriginBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.