@Stability(value=Stable)
public static interface CfnChannel.OutputLocationRefProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.OutputLocationRefProperty.Builder
A builder for
CfnChannel.OutputLocationRefProperty |
static class |
CfnChannel.OutputLocationRefProperty.Jsii$Proxy
An implementation for
CfnChannel.OutputLocationRefProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.OutputLocationRefProperty.Builder |
builder() |
default String |
getDestinationRefId()
A reference ID for this destination.
|
@Stability(value=Stable) @Nullable default String getDestinationRefId()
@Stability(value=Stable) static CfnChannel.OutputLocationRefProperty.Builder builder()
Copyright © 2022. All rights reserved.