Class PushInputProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class PushInputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PushInputProps
An implementation for PushInputProps
  • 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(PushInputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PushInputProps.Builder.
  • Method Details

    • getDestinations

      public final List<PushInputDestination> getDestinations()
      Description copied from interface: PushInputProps
      (experimental) The destinations for push inputs.

      For RTMP push, each destination can have a stream name.

      Default: - MediaLive auto-generates destinations

      Specified by:
      getDestinations in interface PushInputProps
    • getInputSecurityGroups

      public final List<IInputSecurityGroupRef> getInputSecurityGroups()
      Description copied from interface: PushInputProps
      (experimental) The input security groups that control which CIDR blocks can push to this input.

      Required for cloud inputs; must be omitted for on-premises inputs (InputNetworkLocation.ON_PREMISES), which do not support security groups.

      Default: - none (only valid for on-premises inputs)

      Specified by:
      getInputSecurityGroups in interface PushInputProps
    • $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