Class: Aws::MediaPackage::Types::OriginEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::OriginEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
An OriginEndpoint resource configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#channel_id ⇒ String
The ID of the Channel the OriginEndpoint is associated with.
-
#cmaf_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
-
#created_at ⇒ String
The date and time the OriginEndpoint was created.
-
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
-
#description ⇒ String
A short text description of the OriginEndpoint.
-
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
-
#id ⇒ String
The ID of the OriginEndpoint.
-
#manifest_name ⇒ String
A short string appended to the end of the OriginEndpoint URL.
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
-
#origination ⇒ String
Control whether origination of video is allowed for this OriginEndpoint.
-
#startover_window_seconds ⇒ Integer
Maximum duration (seconds) of content to retain for startover playback.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
-
#time_delay_seconds ⇒ Integer
Amount of delay (seconds) to enforce on the playback of live content.
-
#url ⇒ String
The URL of the packaged OriginEndpoint for consumption.
-
#whitelist ⇒ Array<String>
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#authorization ⇒ Types::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 '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_id ⇒ String
The ID of the Channel the OriginEndpoint is associated with.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_at ⇒ String
The date and time the OriginEndpoint was created.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#description ⇒ String
A short text description of the OriginEndpoint.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#id ⇒ String
The ID of the OriginEndpoint.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_name ⇒ String
A short string appended to the end of the OriginEndpoint URL.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#origination ⇒ String
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
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_seconds ⇒ Integer
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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_seconds ⇒ Integer
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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#url ⇒ String
The URL of the packaged OriginEndpoint for consumption.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |
#whitelist ⇒ Array<String>
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 |
# File '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 |