interface MultiplexProgramPipelineDetailProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnMultiplexprogramPropsMixin.MultiplexProgramPipelineDetailProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnMultiplexprogramPropsMixin_MultiplexProgramPipelineDetailProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnMultiplexprogramPropsMixin.MultiplexProgramPipelineDetailProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnMultiplexprogramPropsMixin.MultiplexProgramPipelineDetailProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnMultiplexprogramPropsMixin » MultiplexProgramPipelineDetailProperty |
The current source for one of the pipelines in the multiplex.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const multiplexProgramPipelineDetailProperty: medialive_mixins.CfnMultiplexprogramPropsMixin.MultiplexProgramPipelineDetailProperty = {
activeChannelPipeline: 'activeChannelPipeline',
pipelineId: 'pipelineId',
};
Properties
| Name | Type | Description |
|---|---|---|
| active | string | Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex. |
| pipeline | string | Identifies a specific pipeline in the multiplex. |
activeChannelPipeline?
Type:
string
(optional)
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
pipelineId?
Type:
string
(optional)
Identifies a specific pipeline in the multiplex.

.NET
Go
Java
Python
TypeScript