aws-cdk-lib.aws_medialive.CfnChannel.OutputDestinationProperty

interface OutputDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.OutputDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_OutputDestinationProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.OutputDestinationProperty
Pythonaws_cdk.aws_medialive.CfnChannel.OutputDestinationProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » OutputDestinationProperty

Configuration information for an output.

This entity is at the top level in the channel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const outputDestinationProperty: medialive.CfnChannel.OutputDestinationProperty = {
  id: 'id',
  mediaPackageSettings: [{
    channelId: 'channelId',
  }],
  multiplexSettings: {
    multiplexId: 'multiplexId',
    programName: 'programName',
  },
  settings: [{
    passwordParam: 'passwordParam',
    streamName: 'streamName',
    url: 'url',
    username: 'username',
  }],
};

Properties

NameTypeDescription
id?stringThe ID for this destination.
mediaPackageSettings?IResolvable | IResolvable | MediaPackageOutputDestinationSettingsProperty[]The destination settings for a MediaPackage output.
multiplexSettings?IResolvable | MultiplexProgramChannelDestinationSettingsPropertyDestination settings for a Multiplex output;
settings?IResolvable | IResolvable | OutputDestinationSettingsProperty[]The destination settings for an output.

id?

Type: string (optional)

The ID for this destination.


mediaPackageSettings?

Type: IResolvable | IResolvable | MediaPackageOutputDestinationSettingsProperty[] (optional)

The destination settings for a MediaPackage output.


multiplexSettings?

Type: IResolvable | MultiplexProgramChannelDestinationSettingsProperty (optional)

Destination settings for a Multiplex output;

one destination for both encoders.


settings?

Type: IResolvable | IResolvable | OutputDestinationSettingsProperty[] (optional)

The destination settings for an output.