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