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,VpcOrigin
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:06.598Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOrigin.static final classA 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.
-