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

Class: Aws::MediaPackage::Types::OriginEndpointCreateParameters

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

Overview

Configuration parameters for a new OriginEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::Authorization

CDN Authorization credentials

Returns:

#channel_idString

The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.

Returns:

  • (String)

    The ID of the Channel that the OriginEndpoint will be associated with.

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

#idString

The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.

Returns:

  • (String)

    The ID of the OriginEndpoint.

#manifest_nameString

A short string that will be used as the filename of the OriginEndpoint URL (defaults to \"index\").

Returns:

  • (String)

    A short string that will be used as the filename of the OriginEndpoint URL (defaults to \"index\").

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

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