Class: Aws::MediaPackageV2::Types::ListLowLatencyHlsManifestConfiguration

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

Overview

List the low-latency 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)


1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1872

class ListLowLatencyHlsManifestConfiguration < 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)


1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1872

class ListLowLatencyHlsManifestConfiguration < 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)


1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1872

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