interface MultiplexMediaConnectOutputDestinationSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnMultiplexPropsMixin.MultiplexMediaConnectOutputDestinationSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnMultiplexPropsMixin_MultiplexMediaConnectOutputDestinationSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnMultiplexPropsMixin.MultiplexMediaConnectOutputDestinationSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnMultiplexPropsMixin.MultiplexMediaConnectOutputDestinationSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnMultiplexPropsMixin » MultiplexMediaConnectOutputDestinationSettingsProperty |
Multiplex MediaConnect output destination settings.
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 multiplexMediaConnectOutputDestinationSettingsProperty: medialive.CfnMultiplexPropsMixin.MultiplexMediaConnectOutputDestinationSettingsProperty = {
entitlementArn: 'entitlementArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| entitlement | string | The MediaConnect entitlement ARN available as a Flow source. |
entitlementArn?
Type:
string
(optional)
The MediaConnect entitlement ARN available as a Flow source.

.NET
Go
Java
Python
TypeScript