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, S3Origin

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:20.658Z") @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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IOrigin.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    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 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.