public static final class CfnChannel.InputLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.InputLocationProperty
CfnChannel.InputLocationProperty
CfnChannel.InputLocationProperty.Builder, CfnChannel.InputLocationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPasswordParam()
The password parameter that holds the password for accessing the downstream system.
|
java.lang.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.
|
java.lang.String |
getUsername()
The user name to connect to the downstream system.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPasswordParam()
CfnChannel.InputLocationProperty
This applies only if the downstream system requires credentials.
getPasswordParam
in interface CfnChannel.InputLocationProperty
public final java.lang.String getUri()
CfnChannel.InputLocationProperty
For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
getUri
in interface CfnChannel.InputLocationProperty
public final java.lang.String getUsername()
CfnChannel.InputLocationProperty
This applies only if the downstream system requires credentials.
getUsername
in interface CfnChannel.InputLocationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()