@Stability(value=Stable)
public static interface CfnChannel.MediaPackageGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputGroupSettings.
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.*;
MediaPackageGroupSettingsProperty mediaPackageGroupSettingsProperty = MediaPackageGroupSettingsProperty.builder()
.destination(OutputLocationRefProperty.builder()
.destinationRefId("destinationRefId")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.MediaPackageGroupSettingsProperty.Builder
A builder for
CfnChannel.MediaPackageGroupSettingsProperty |
static class |
CfnChannel.MediaPackageGroupSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MediaPackageGroupSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.MediaPackageGroupSettingsProperty.Builder |
builder() |
default Object |
getDestination()
The MediaPackage channel destination.
|
@Stability(value=Stable) @Nullable default Object getDestination()
@Stability(value=Stable) static CfnChannel.MediaPackageGroupSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.