DescribeInputResponse class

Placeholder documentation for DescribeInputResponse

Constructors

DescribeInputResponse({String? arn, List<String>? attachedChannels, List<InputDestination>? destinations, String? id, InputClass? inputClass, List<InputDeviceSettings>? inputDevices, InputSourceType? inputSourceType, List<MediaConnectFlow>? mediaConnectFlows, String? name, String? roleArn, List<String>? securityGroups, List<InputSource>? sources, InputState? state, Map<String, String>? tags, InputType? type})
DescribeInputResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Unique ARN of the input (generated, immutable).
final
attachedChannels List<String>?
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
final
destinations List<InputDestination>?
A list of the destinations of the input (PUSH-type).
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The generated ID of the input (unique for user account, immutable).
final
inputClass 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.
final
inputDevices List<InputDeviceSettings>?
Settings for the input devices.
final
inputSourceType InputSourceType?
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions. Presently, this functionality only works with MP4_FILE inputs.
final
mediaConnectFlows List<MediaConnectFlow>?
A list of MediaConnect Flows for this input.
final
name String?
The user-assigned name (This is a mutable value).
final
roleArn String?
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroups List<String>?
A list of IDs for all the Input Security Groups attached to the input.
final
sources List<InputSource>?
A list of the sources of the input (PULL-type).
final
state InputState?
final
tags Map<String, String>?
A collection of key-value pairs.
final
type InputType?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited