Class: Aws::MediaPackage::Types::OriginEndpointUpdateParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::OriginEndpointUpdateParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configuration parameters for updating an existing OriginEndpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
-
#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.
-
#manifest_name ⇒ String
A short string that will be appended to the end of the Endpoint 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 (in seconds) of content to retain for startover playback.
-
#time_delay_seconds ⇒ Integer
Amount of delay (in 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
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A short text description of the OriginEndpoint.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
A short string that will be appended to the end of the Endpoint URL.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :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
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#startover_window_seconds ⇒ Integer
Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#time_delay_seconds ⇒ Integer
Amount of delay (in seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :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.
1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1996 class OriginEndpointUpdateParameters < Struct.new( :authorization, :cmaf_package, :dash_package, :description, :hls_package, :manifest_name, :mss_package, :origination, :startover_window_seconds, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |