Interface CfnChannel.MediaPackageGroupSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MediaPackageGroupSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.MediaPackageGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The settings for the MediaPackage group.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.MediaPackageGroupSettingsProperty
static final class
An implementation forCfnChannel.MediaPackageGroupSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The MediaPackage channel destination.- See Also:
-
builder
-