Interface IOrigin.Jsii$Default
- All Superinterfaces:
IOrigin
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IOrigin.Jsii$Proxy
- Enclosing interface:
IOrigin
Internal default implementation for
IOrigin
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.IOrigin
IOrigin.Jsii$Default, IOrigin.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault OriginBindConfig
bind
(software.constructs.Construct scope, OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default OriginBindConfig bind(@NotNull software.constructs.Construct scope, @NotNull OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.
-