Class CfnChannel.OutputDestinationSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.OutputDestinationSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.OutputDestinationSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.OutputDestinationSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.OutputDestinationSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.OutputDestinationSettingsProperty
An implementation for
CfnChannel.OutputDestinationSettingsProperty
-
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.OutputDestinationSettingsProperty
CfnChannel.OutputDestinationSettingsProperty.Builder, CfnChannel.OutputDestinationSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.OutputDestinationSettingsProperty.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 String
The password parameter that holds the password for accessing the downstream system.final String
The stream name for the content.final String
getUrl()
The URL for the destination.final String
The user name to connect to the downstream system.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.OutputDestinationSettingsProperty.Builder
.
-
-
Method Details
-
getPasswordParam
Description copied from interface:CfnChannel.OutputDestinationSettingsProperty
The password parameter that holds the password for accessing the downstream system.This password parameter applies only if the downstream system requires credentials.
- Specified by:
getPasswordParam
in interfaceCfnChannel.OutputDestinationSettingsProperty
- See Also:
-
getStreamName
Description copied from interface:CfnChannel.OutputDestinationSettingsProperty
The stream name for the content.This applies only to RTMP outputs.
- Specified by:
getStreamName
in interfaceCfnChannel.OutputDestinationSettingsProperty
- See Also:
-
getUrl
Description copied from interface:CfnChannel.OutputDestinationSettingsProperty
The URL for the destination.- Specified by:
getUrl
in interfaceCfnChannel.OutputDestinationSettingsProperty
- See Also:
-
getUsername
Description copied from interface:CfnChannel.OutputDestinationSettingsProperty
The user name to connect to the downstream system.This applies only if the downstream system requires credentials.
- Specified by:
getUsername
in interfaceCfnChannel.OutputDestinationSettingsProperty
- 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()
-