Interface IOrigin
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOrigin.Jsii$Default
- All Known Implementing Classes:
HttpOrigin
,IOrigin.Jsii$Proxy
,LoadBalancerV2Origin
,OriginBase
,OriginGroup
,RestApiOrigin
,S3Origin
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.696Z")
@Stability(Stable)
public interface IOrigin
extends software.amazon.jsii.JsiiSerializable
Represents the concept of a CloudFront Origin.
You provide one or more origins when creating a Distribution.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIOrigin
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(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 OriginBindConfig bind(@NotNull Construct scope, @NotNull OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-