interface OutputLocationRefProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.OutputLocationRefProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_OutputLocationRefProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.OutputLocationRefProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.OutputLocationRefProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » OutputLocationRefProperty |
A reference to an OutputDestination ID that is defined in the channel.
This entity is used by ArchiveGroupSettings, FrameCaptureGroupSettings, HlsGroupSettings, MediaPackageGroupSettings, MSSmoothGroupSettings, RtmpOutputSettings, and UdpOutputSettings.
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 outputLocationRefProperty: medialive.CfnChannelPropsMixin.OutputLocationRefProperty = {
destinationRefId: 'destinationRefId',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | A reference ID for this destination. |
destinationRefId?
Type:
string
(optional)
A reference ID for this destination.

.NET
Go
Java
Python
TypeScript