aws-cdk-lib.aws_mediapackage.CfnPackagingConfiguration.MssManifestProperty

interface MssManifestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaPackage.CfnPackagingConfiguration.MssManifestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnPackagingConfiguration_MssManifestProperty
Javasoftware.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.MssManifestProperty
Pythonaws_cdk.aws_mediapackage.CfnPackagingConfiguration.MssManifestProperty
TypeScript aws-cdk-lib » aws_mediapackage » CfnPackagingConfiguration » MssManifestProperty

Parameters for a Microsoft Smooth manifest.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const mssManifestProperty: mediapackage.CfnPackagingConfiguration.MssManifestProperty = {
  manifestName: 'manifestName',
  streamSelection: {
    maxVideoBitsPerSecond: 123,
    minVideoBitsPerSecond: 123,
    streamOrder: 'streamOrder',
  },
};

Properties

NameTypeDescription
manifestName?stringA short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.
streamSelection?IResolvable | StreamSelectionPropertyVideo bitrate limitations for outputs from this packaging configuration.

manifestName?

Type: string (optional)

A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.


streamSelection?

Type: IResolvable | StreamSelectionProperty (optional)

Video bitrate limitations for outputs from this packaging configuration.