Class: Aws::MediaPackageV2::Types::ListHlsManifestConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

List the HTTP live streaming (HLS) manifest configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#child_manifest_nameString

A short string that’s appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don’t enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
2603
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2597

class ListHlsManifestConfiguration < Struct.new(
  :manifest_name,
  :child_manifest_name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_nameString

A short short string that’s appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don’t enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can’t use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
2603
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2597

class ListHlsManifestConfiguration < Struct.new(
  :manifest_name,
  :child_manifest_name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The egress domain URL for stream delivery from MediaPackage.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
2603
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2597

class ListHlsManifestConfiguration < Struct.new(
  :manifest_name,
  :child_manifest_name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end