Class: Aws::MediaPackage::Types::OriginEndpointUpdateParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorizationTypes::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_packageTypes::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_packageTypes::DashPackage

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

Returns:



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

#descriptionString

A short text description of the OriginEndpoint.

Returns:

  • (String)


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_packageTypes::HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Returns:



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_nameString

A short string that will be appended to the end of the Endpoint URL.

Returns:

  • (String)


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_packageTypes::MssPackage

A Microsoft Smooth Streaming (MSS) packaging configuration.

Returns:



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

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


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_secondsInteger

Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

Returns:

  • (Integer)


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_secondsInteger

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.

Returns:

  • (Integer)


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

#whitelistArray<String>

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

Returns:

  • (Array<String>)


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