GetMssManifestConfiguration
Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.
Contents
- ManifestName
-
The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9-]+
Required: Yes
- Url
-
The complete URL for accessing the MSS manifest. Client players use this URL to retrieve the manifest and begin streaming the Microsoft Smooth Streaming content.
Type: String
Required: Yes
- FilterConfiguration
-
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
Type: FilterConfiguration object
Required: No
- ManifestLayout
-
The layout format of the MSS manifest, which determines how the manifest is structured for client compatibility.
Type: String
Valid Values:
FULL | COMPACT
Required: No
- ManifestWindowSeconds
-
The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: