Interface IOrigin
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOrigin.Jsii$Default
- All Known Implementing Classes:
FunctionUrlOrigin
,HttpOrigin
,IOrigin.Jsii$Proxy
,LoadBalancerV2Origin
,OriginBase
,OriginGroup
,RestApiOrigin
,S3BucketOrigin
,S3Origin
,S3StaticWebsiteOrigin
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-25T14:21:11.605Z")
@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
(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 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.- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-