interface MultiplexProgramServiceDescriptorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnMultiplexprogramPropsMixin_MultiplexProgramServiceDescriptorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnMultiplexprogramPropsMixin » MultiplexProgramServiceDescriptorProperty |
Transport stream service descriptor configuration for the Multiplex program.
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/cfn-property-mixins';
const multiplexProgramServiceDescriptorProperty: medialive.CfnMultiplexprogramPropsMixin.MultiplexProgramServiceDescriptorProperty = {
providerName: 'providerName',
serviceName: 'serviceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| provider | string | Name of the provider. |
| service | string | Name of the service. |
providerName?
Type:
string
(optional)
Name of the provider.
serviceName?
Type:
string
(optional)
Name of the service.

.NET
Go
Java
Python
TypeScript