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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/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)


1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1837

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)


1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1837

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)


1837
1838
1839
1840
1841
1842
1843
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1837

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