Class CfnChannel.InputLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.InputLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.InputLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.InputLocationProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.InputLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.InputLocationProperty
An implementation for
CfnChannel.InputLocationProperty
-
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.InputLocationProperty
CfnChannel.InputLocationProperty.Builder, CfnChannel.InputLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.InputLocationProperty.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
getUri()
The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type.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.InputLocationProperty.Builder
.
-
-
Method Details
-
getPasswordParam
Description copied from interface:CfnChannel.InputLocationProperty
The password parameter that holds the password for accessing the downstream system.This applies only if the downstream system requires credentials.
- Specified by:
getPasswordParam
in interfaceCfnChannel.InputLocationProperty
- See Also:
-
getUri
Description copied from interface:CfnChannel.InputLocationProperty
The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type.For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
- Specified by:
getUri
in interfaceCfnChannel.InputLocationProperty
- See Also:
-
getUsername
Description copied from interface:CfnChannel.InputLocationProperty
The user name to connect to the downstream system.This applies only if the downstream system requires credentials.
- Specified by:
getUsername
in interfaceCfnChannel.InputLocationProperty
- 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()
-