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
  • 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

      protected Jsii$Proxy(CfnChannel.InputLocationProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnChannel.InputLocationProperty.Builder.
  • Method Details

    • getPasswordParam

      public final String 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 interface CfnChannel.InputLocationProperty
    • getUri

      public final String 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 interface CfnChannel.InputLocationProperty
    • getUsername

      public final String 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 interface CfnChannel.InputLocationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object