Class CfnInputProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnInputProps.Jsii$Proxy
All Implemented Interfaces:
CfnInputProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnInputProps

@Stability(Stable) @Internal public static final class CfnInputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInputProps
An implementation for CfnInputProps
  • 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.CfnInputProps

    CfnInputProps.Builder, CfnInputProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnInputProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Settings that apply only if the input is a push type of input.
    final Object
    Settings that apply only if the input is an Elemental Link input.
    final List<String>
    The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
    final Object
    Settings that apply only if the input is a MediaConnect input.
    final String
    A name for the input.
    final String
    The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.
    final Object
    Settings that apply only if the input is a pull type of input.
    final Object
    A collection of tags for this input.
    final String
    The type for this input.
    final Object
    Settings that apply only if the input is an push input where the source is on Amazon VPC.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnInputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnInputProps.Builder.
  • Method Details

    • getDestinations

      public final Object getDestinations()
      Description copied from interface: CfnInputProps
      Settings that apply only if the input is a push type of input.
      Specified by:
      getDestinations in interface CfnInputProps
    • getInputDevices

      public final Object getInputDevices()
      Description copied from interface: CfnInputProps
      Settings that apply only if the input is an Elemental Link input.
      Specified by:
      getInputDevices in interface CfnInputProps
    • getInputSecurityGroups

      public final List<String> getInputSecurityGroups()
      Description copied from interface: CfnInputProps
      The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
      Specified by:
      getInputSecurityGroups in interface CfnInputProps
    • getMediaConnectFlows

      public final Object getMediaConnectFlows()
      Description copied from interface: CfnInputProps
      Settings that apply only if the input is a MediaConnect input.
      Specified by:
      getMediaConnectFlows in interface CfnInputProps
    • getName

      public final String getName()
      Description copied from interface: CfnInputProps
      A name for the input.
      Specified by:
      getName in interface CfnInputProps
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnInputProps
      The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input.

      This doesn't apply to other types of inputs. The role is identified by its ARN.

      Specified by:
      getRoleArn in interface CfnInputProps
    • getSources

      public final Object getSources()
      Description copied from interface: CfnInputProps
      Settings that apply only if the input is a pull type of input.
      Specified by:
      getSources in interface CfnInputProps
    • getTags

      public final Object getTags()
      Description copied from interface: CfnInputProps
      A collection of tags for this input.

      Each tag is a key-value pair.

      Specified by:
      getTags in interface CfnInputProps
    • getType

      public final String getType()
      Description copied from interface: CfnInputProps
      The type for this input.
      Specified by:
      getType in interface CfnInputProps
    • getVpc

      public final Object getVpc()
      Description copied from interface: CfnInputProps
      Settings that apply only if the input is an push input where the source is on Amazon VPC.
      Specified by:
      getVpc in interface CfnInputProps
    • $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