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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.OutputSettingsProperty
CfnChannel.OutputSettingsProperty.Builder, CfnChannel.OutputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.OutputSettingsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe settings for an archive output.final ObjectThe settings for a frame capture output.final ObjectThe settings for an HLS output.final ObjectThe settings for a MediaPackage output.final ObjectThe settings for a Microsoft Smooth output.final ObjectConfiguration of a Multiplex output.final ObjectThe settings for an RTMP output.final ObjectThe settings for a UDP output.final inthashCode()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.OutputSettingsPropertyThe settings for an archive output.- Specified by:
getArchiveOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getFrameCaptureOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for a frame capture output.The parent of this entity is OutputGroupSettings.
- Specified by:
getFrameCaptureOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getHlsOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for an HLS output.The parent of this entity is OutputGroupSettings.
- Specified by:
getHlsOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getMediaPackageOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for a MediaPackage output.The parent of this entity is OutputGroupSettings.
- Specified by:
getMediaPackageOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getMsSmoothOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for a Microsoft Smooth output.- Specified by:
getMsSmoothOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getMultiplexOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyConfiguration of a Multiplex output.- Specified by:
getMultiplexOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getRtmpOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for an RTMP output.The parent of this entity is OutputGroupSettings.
- Specified by:
getRtmpOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
getUdpOutputSettings
Description copied from interface:CfnChannel.OutputSettingsPropertyThe settings for a UDP output.The parent of this entity is OutputGroupSettings.
- Specified by:
getUdpOutputSettingsin interfaceCfnChannel.OutputSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-