Interface CfnChannel.OutputLocationRefProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.OutputLocationRefProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.OutputLocationRefProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*; OutputLocationRefProperty outputLocationRefProperty = OutputLocationRefProperty.builder() .destinationRefId("destinationRefId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.OutputLocationRefProperty
static final class
An implementation forCfnChannel.OutputLocationRefProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationRefId
A reference ID for this destination.- See Also:
-
builder
-