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

Class: Aws::MediaPackage::Types::OriginEndpoint

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

Overview

An OriginEndpoint resource configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

Returns:

  • (String)

    The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

#authorizationTypes::Authorization

CDN Authorization credentials

Returns:

#channel_idString

The ID of the Channel the OriginEndpoint is associated with.

Returns:

  • (String)

    The ID of the Channel the OriginEndpoint is associated with.

#cmaf_packageTypes::CmafPackage

A Common Media Application Format (CMAF) packaging configuration.

Returns:

  • (Types::CmafPackage)

    A Common Media Application Format (CMAF) packaging configuration.

#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:

#idString

The ID of the OriginEndpoint.

Returns:

  • (String)

    The ID of the OriginEndpoint.

#manifest_nameString

A short string appended to the end of the OriginEndpoint URL.

Returns:

  • (String)

    A short string appended to the end of the OriginEndpoint 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 (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

Returns:

  • (Integer)

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

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)

    A collection of tags associated with a resource.

#time_delay_secondsInteger

Amount of delay (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 (seconds) to enforce on the playback of live content.

#urlString

The URL of the packaged OriginEndpoint for consumption.

Returns:

  • (String)

    The URL of the packaged OriginEndpoint for consumption.

#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.