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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

An OriginEndpoint resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#authorizationTypes::Authorization

CDN Authorization credentials



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idString

The ID of the Channel the OriginEndpoint is associated with.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#cmaf_packageTypes::CmafPackage

A Common Media Application Format (CMAF) packaging configuration.

Returns:



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The date and time the OriginEndpoint was created.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#dash_packageTypes::DashPackage

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

Returns:



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A short text description of the OriginEndpoint.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#hls_packageTypes::HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Returns:



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the OriginEndpoint.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_nameString

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

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#mss_packageTypes::MssPackage

A Microsoft Smooth Streaming (MSS) packaging configuration.

Returns:



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#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

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

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


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

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


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL of the packaged OriginEndpoint for consumption.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end

#whitelistArray<String>

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

Returns:

  • (Array<String>)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1804

class OriginEndpoint < Struct.new(
  :arn,
  :authorization,
  :channel_id,
  :cmaf_package,
  :created_at,
  :dash_package,
  :description,
  :hls_package,
  :id,
  :manifest_name,
  :mss_package,
  :origination,
  :startover_window_seconds,
  :tags,
  :time_delay_seconds,
  :url,
  :whitelist)
  SENSITIVE = []
  include Aws::Structure
end