Class CfnChannel.OutputGroupSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputGroupSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputGroupSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputGroupSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputGroupSettingsProperty
An implementation for
CfnChannel.OutputGroupSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupSettingsProperty
CfnChannel.OutputGroupSettingsProperty.Builder, CfnChannel.OutputGroupSettingsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputGroupSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The configuration of an archive output group.final Object
The configuration of a frame capture output group.final Object
The configuration of an HLS output group.final Object
The configuration of a MediaPackage output group.final Object
The configuration of a Microsoft Smooth output group.final Object
The settings for a Multiplex output group.final Object
The configuration of an RTMP output group.final Object
The configuration of a UDP output group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputGroupSettingsProperty.Builder
.
-
-
Method Details
-
getArchiveGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of an archive output group.The parent of this entity is OutputGroupSettings.
- Specified by:
getArchiveGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getFrameCaptureGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of a frame capture output group.- Specified by:
getFrameCaptureGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getHlsGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of an HLS output group.- Specified by:
getHlsGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getMediaPackageGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of a MediaPackage output group.- Specified by:
getMediaPackageGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getMsSmoothGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of a Microsoft Smooth output group.- Specified by:
getMsSmoothGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getMultiplexGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The settings for a Multiplex output group.- Specified by:
getMultiplexGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getRtmpGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of an RTMP output group.- Specified by:
getRtmpGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
getUdpGroupSettings
Description copied from interface:CfnChannel.OutputGroupSettingsProperty
The configuration of a UDP output group.- Specified by:
getUdpGroupSettings
in interfaceCfnChannel.OutputGroupSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-