public static interface CfnChannel.MediaPackageGroupSettingsProperty
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 java.lang.Object |
getDestination()
The MediaPackage channel destination.
|
default java.lang.Object getDestination()
static CfnChannel.MediaPackageGroupSettingsProperty.Builder builder()