@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.295Z") @Stability(value=Experimental) 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(software.constructs.Construct scope,
OriginBindOptions options)
(experimental) The method called when a given Origin is added (for the first time) to a Distribution.
|
@Stability(value=Experimental) @NotNull OriginBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull OriginBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2021. All rights reserved.