Class CfnChannelPropsMixin.RtmpOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.RtmpOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.RtmpOutputSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.RtmpOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.RtmpOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.RtmpOutputSettingsProperty
An implementation for
CfnChannelPropsMixin.RtmpOutputSettingsProperty-
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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.RtmpOutputSettingsProperty
CfnChannelPropsMixin.RtmpOutputSettingsProperty.Builder, CfnChannelPropsMixin.RtmpOutputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.RtmpOutputSettingsProperty.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 StringIf set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA).final NumberThe number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.final ObjectThe RTMP endpoint excluding the stream name (for example, rtmp://host/appname).final NumberThe number of retry attempts.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 theCfnChannelPropsMixin.RtmpOutputSettingsProperty.Builder.
-
-
Method Details
-
getCertificateMode
Description copied from interface:CfnChannelPropsMixin.RtmpOutputSettingsPropertyIf set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA).This causes RTMPS outputs with self-signed certificates to fail.
- Specified by:
getCertificateModein interfaceCfnChannelPropsMixin.RtmpOutputSettingsProperty- See Also:
-
getConnectionRetryInterval
Description copied from interface:CfnChannelPropsMixin.RtmpOutputSettingsPropertyThe number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.- Specified by:
getConnectionRetryIntervalin interfaceCfnChannelPropsMixin.RtmpOutputSettingsProperty- See Also:
-
getDestination
Description copied from interface:CfnChannelPropsMixin.RtmpOutputSettingsPropertyThe RTMP endpoint excluding the stream name (for example, rtmp://host/appname).Returns union: either
IResolvableorCfnChannelPropsMixin.OutputLocationRefProperty- Specified by:
getDestinationin interfaceCfnChannelPropsMixin.RtmpOutputSettingsProperty- See Also:
-
getNumRetries
Description copied from interface:CfnChannelPropsMixin.RtmpOutputSettingsPropertyThe number of retry attempts.- Specified by:
getNumRetriesin interfaceCfnChannelPropsMixin.RtmpOutputSettingsProperty- See Also:
-
$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()
-