Class CfnChannel.OutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputSettingsProperty
An implementation for
CfnChannel.OutputSettingsProperty
-
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.OutputSettingsProperty
CfnChannel.OutputSettingsProperty.Builder, CfnChannel.OutputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputSettingsProperty.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 settings for an archive output.final Object
final Object
The settings for a frame capture output.final Object
The settings for an HLS output.final Object
The settings for a MediaPackage output.final Object
The settings for a Microsoft Smooth output.final Object
Configuration of a Multiplex output.final Object
The settings for an RTMP output.final Object
The settings for a UDP output.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.OutputSettingsProperty.Builder
.
-
-
Method Details
-
getArchiveOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for an archive output.- Specified by:
getArchiveOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getCmafIngestOutputSettings
- Specified by:
getCmafIngestOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getFrameCaptureOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for a frame capture output.The parent of this entity is OutputGroupSettings.
- Specified by:
getFrameCaptureOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getHlsOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for an HLS output.The parent of this entity is OutputGroupSettings.
- Specified by:
getHlsOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getMediaPackageOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for a MediaPackage output.The parent of this entity is OutputGroupSettings.
- Specified by:
getMediaPackageOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getMsSmoothOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for a Microsoft Smooth output.- Specified by:
getMsSmoothOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getMultiplexOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
Configuration of a Multiplex output.- Specified by:
getMultiplexOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getRtmpOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for an RTMP output.The parent of this entity is OutputGroupSettings.
- Specified by:
getRtmpOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
getUdpOutputSettings
Description copied from interface:CfnChannel.OutputSettingsProperty
The settings for a UDP output.The parent of this entity is OutputGroupSettings.
- Specified by:
getUdpOutputSettings
in interfaceCfnChannel.OutputSettingsProperty
- See Also:
-
$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()
-