AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Placeholder documentation for DescribeInputResponse

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MediaLive.Model.DescribeInputResponse

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeInputResponse : AmazonWebServiceResponse

The DescribeInputResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeInputResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn. The Unique ARN of the input (generated, immutable).

Public Property AttachedChannels System.Collections.Generic.List<System.String>

Gets and sets the property AttachedChannels. A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Destinations System.Collections.Generic.List<Amazon.MediaLive.Model.InputDestination>

Gets and sets the property Destinations. A list of the destinations of the input (PUSH-type).

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id. The generated ID of the input (unique for user account, immutable).

Public Property InputClass Amazon.MediaLive.InputClass

Gets and sets the property InputClass. STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.

Public Property InputDevices System.Collections.Generic.List<Amazon.MediaLive.Model.InputDeviceSettings>

Gets and sets the property InputDevices. Settings for the input devices.

Public Property InputNetworkLocation Amazon.MediaLive.InputNetworkLocation

Gets and sets the property InputNetworkLocation. The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem foran input in a customer network.

Public Property InputPartnerIds System.Collections.Generic.List<System.String>

Gets and sets the property InputPartnerIds. A list of IDs for all Inputs which are partners of this one.

Public Property InputSourceType Amazon.MediaLive.InputSourceType

Gets and sets the property InputSourceType. Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changesduring input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.

Public Property MediaConnectFlows System.Collections.Generic.List<Amazon.MediaLive.Model.MediaConnectFlow>

Gets and sets the property MediaConnectFlows. A list of MediaConnect Flows for this input.

Public Property MulticastSettings Amazon.MediaLive.Model.MulticastSettings

Gets and sets the property MulticastSettings. Multicast Input settings.

Public Property Name System.String

Gets and sets the property Name. The user-assigned name (This is a mutable value).

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

Public Property SecurityGroups System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroups. A list of IDs for all the Input Security Groups attached to the input.

Public Property Sources System.Collections.Generic.List<Amazon.MediaLive.Model.InputSource>

Gets and sets the property Sources. A list of the sources of the input (PULL-type).

Public Property SrtSettings Amazon.MediaLive.Model.SrtSettings

Gets and sets the property SrtSettings. The settings associated with an SRT input.

Public Property State Amazon.MediaLive.InputState

Gets and sets the property State.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags. A collection of key-value pairs.

Public Property Type Amazon.MediaLive.InputType

Gets and sets the property Type.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5