Interface IOriginEndpoint

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IOriginEndpointRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IOriginEndpoint.Jsii$Default
All Known Implementing Classes:
IOriginEndpoint.Jsii$Proxy, OriginEndpoint

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-04-02T21:55:36.073Z") @Stability(Experimental) public interface IOriginEndpoint extends software.amazon.jsii.JsiiSerializable, IResource, IOriginEndpointRef
(experimental) Origin Endpoint interface.
  • Method Details

    • getChannelGroupName

      @Stability(Experimental) @NotNull String getChannelGroupName()
      (experimental) The name of the channel group associated with the origin endpoint configuration.
    • getChannelName

      @Stability(Experimental) @NotNull String getChannelName()
      (experimental) The channel name associated with the origin endpoint.
    • getOriginEndpointArn

      @Stability(Experimental) @NotNull String getOriginEndpointArn()
      (experimental) The Amazon Resource Name (ARN) of the origin endpoint.
    • getOriginEndpointName

      @Stability(Experimental) @NotNull String getOriginEndpointName()
      (experimental) The name of the origin endpoint associated with the origin endpoint configuration.
    • getCreatedAt

      @Stability(Experimental) @Nullable default String getCreatedAt()
      (experimental) The date and time the origin endpoint was created.
    • getDashManifestUrls

      @Stability(Experimental) @Nullable default List<String> getDashManifestUrls()
      (experimental) The DASH manifest URLs for the origin endpoint.
    • getHlsManifestUrls

      @Stability(Experimental) @Nullable default List<String> getHlsManifestUrls()
      (experimental) The HLS manifest URLs for the origin endpoint.
    • getLowLatencyHlsManifestUrls

      @Stability(Experimental) @Nullable default List<String> getLowLatencyHlsManifestUrls()
      (experimental) The Low Latency HLS manifest URLs for the origin endpoint.
    • getModifiedAt

      @Stability(Experimental) @Nullable default String getModifiedAt()
      (experimental) The date and time the origin endpoint was modified.
    • getMssManifestUrls

      @Stability(Experimental) @Nullable default List<String> getMssManifestUrls()
      (experimental) The MSS manifest URLs for the origin endpoint.
    • addToResourcePolicy

      @Stability(Experimental) @NotNull AddToResourcePolicyResult addToResourcePolicy(@NotNull PolicyStatement statement, @Nullable CdnAuthConfiguration cdnAuth)
      (experimental) Configure origin endpoint policy.

      You can only add 1 OriginEndpointPolicy to an OriginEndpoint. If you have already defined one, it will append to the policy already created.

      Parameters:
      statement -
      • The policy statement to add.
      This parameter is required.
      cdnAuth -
      • Optional CDN authorization configuration.
    • addToResourcePolicy

      @Stability(Experimental) @NotNull AddToResourcePolicyResult addToResourcePolicy(@NotNull PolicyStatement statement)
      (experimental) Configure origin endpoint policy.

      You can only add 1 OriginEndpointPolicy to an OriginEndpoint. If you have already defined one, it will append to the policy already created.

      Parameters:
      statement -
      • The policy statement to add.
      This parameter is required.
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
      (experimental) Create a CloudWatch metric.

      Parameters:
      metricName - name of the metric. This parameter is required.
      props - metric options.
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName)
      (experimental) Create a CloudWatch metric.

      Parameters:
      metricName - name of the metric. This parameter is required.
    • metricEgressBytes

      @Stability(Experimental) @NotNull Metric metricEgressBytes(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Bytes.

      Default: - sum over 60 seconds

      Parameters:
      props -
    • metricEgressBytes

      @Stability(Experimental) @NotNull Metric metricEgressBytes()
      (experimental) Returns Metric for Egress Bytes.

      Default: - sum over 60 seconds

    • metricEgressRequestCount

      @Stability(Experimental) @NotNull Metric metricEgressRequestCount(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Request Count.

      Default: - sum over 60 seconds

      Parameters:
      props -
    • metricEgressRequestCount

      @Stability(Experimental) @NotNull Metric metricEgressRequestCount()
      (experimental) Returns Metric for Egress Request Count.

      Default: - sum over 60 seconds

    • metricEgressResponseTime

      @Stability(Experimental) @NotNull Metric metricEgressResponseTime(@Nullable MetricOptions props)
      (experimental) Returns Metric for Egress Response time.

      Default: - average over 60 seconds

      Parameters:
      props -
    • metricEgressResponseTime

      @Stability(Experimental) @NotNull Metric metricEgressResponseTime()
      (experimental) Returns Metric for Egress Response time.

      Default: - average over 60 seconds

    • metricIngressBytes

      @Stability(Experimental) @NotNull Metric metricIngressBytes(@Nullable MetricOptions options)
      (experimental) Returns Metric for Ingress Bytes.

      Default: - sum over 60 seconds

      Parameters:
      options -
    • metricIngressBytes

      @Stability(Experimental) @NotNull Metric metricIngressBytes()
      (experimental) Returns Metric for Ingress Bytes.

      Default: - sum over 60 seconds

    • metricIngressRequestCount

      @Stability(Experimental) @NotNull Metric metricIngressRequestCount(@Nullable MetricOptions props)
      (experimental) Returns Metric for Ingress Request Count.

      Default: - sum over 60 seconds

      Parameters:
      props -
    • metricIngressRequestCount

      @Stability(Experimental) @NotNull Metric metricIngressRequestCount()
      (experimental) Returns Metric for Ingress Request Count.

      Default: - sum over 60 seconds

    • metricIngressResponseTime

      @Stability(Experimental) @NotNull Metric metricIngressResponseTime(@Nullable MetricOptions props)
      (experimental) Returns Metric for Ingress response time.

      Default: - average over 60 seconds

      Parameters:
      props -
    • metricIngressResponseTime

      @Stability(Experimental) @NotNull Metric metricIngressResponseTime()
      (experimental) Returns Metric for Ingress response time.

      Default: - average over 60 seconds