Class: Aws::MediaPackage::Types::OriginEndpointCreateParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::OriginEndpointCreateParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configuration parameters for a new OriginEndpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#channel_id ⇒ String
The ID of the Channel that the OriginEndpoint will be associated with.
-
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
-
#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 that will be used as the filename of the OriginEndpoint URL (defaults to “index”).
-
#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.
-
#whitelist ⇒ Array<String>
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
Instance Attribute Details
#authorization ⇒ Types::Authorization
CDN Authorization credentials
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A short text description of the OriginEndpoint.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
A short string that will be used as the filename of the OriginEndpoint URL (defaults to “index”).
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :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
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :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.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :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.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#whitelist ⇒ Array<String>
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1899 class OriginEndpointCreateParameters < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |