You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::OriginEndpointUpdateParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Configuration parameters for updating an existing OriginEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::Authorization

CDN Authorization credentials

Returns:

#cmaf_packageTypes::CmafPackageCreateOrUpdateParameters

A Common Media Application Format (CMAF) packaging configuration.

Returns:

#dash_packageTypes::DashPackage

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Returns:

  • (Types::DashPackage)

    A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

#descriptionString

A short text description of the OriginEndpoint.

Returns:

  • (String)

    A short text description of the OriginEndpoint.

#hls_packageTypes::HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Returns:

#manifest_nameString

A short string that will be appended to the end of the Endpoint URL.

Returns:

  • (String)

    A short string that will be appended to the end of the Endpoint URL.

#mss_packageTypes::MssPackage

A Microsoft Smooth Streaming (MSS) packaging configuration.

Returns:

  • (Types::MssPackage)

    A Microsoft Smooth Streaming (MSS) packaging configuration.

#originationString

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

Possible values:

  • ALLOW
  • DENY

Returns:

  • (String)

    Control whether origination of video is allowed for this OriginEndpoint.

#startover_window_secondsInteger

Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

Returns:

  • (Integer)

    Maximum duration (in seconds) of content to retain for startover playback.

#time_delay_secondsInteger

Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

Returns:

  • (Integer)

    Amount of delay (in seconds) to enforce on the playback of live content.

#whitelistArray<String>

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

Returns:

  • (Array<String>)

    A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.