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