Class: Aws::MediaPackageV2::Types::ListHlsManifestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListHlsManifestConfiguration
- 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
-
#child_manifest_name ⇒ String
A short string that's appended to the endpoint URL.
-
#manifest_name ⇒ String
A short short string that's appended to the endpoint URL.
-
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
Instance Attribute Details
#child_manifest_name ⇒ String
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.
1977 1978 1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1977 class ListHlsManifestConfiguration < Struct.new( :manifest_name, :child_manifest_name, :url) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
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.
1977 1978 1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1977 class ListHlsManifestConfiguration < Struct.new( :manifest_name, :child_manifest_name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
1977 1978 1979 1980 1981 1982 1983 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1977 class ListHlsManifestConfiguration < Struct.new( :manifest_name, :child_manifest_name, :url) SENSITIVE = [] include Aws::Structure end |