GetInputResult

data class GetInputResult(val arn: String, val attachedChannels: List<String>, val destinations: List<GetInputDestination>, val id: String, val inputClass: String, val inputDevices: List<GetInputInputDevice>, val inputPartnerIds: List<String>, val inputSourceType: String, val mediaConnectFlows: List<GetInputMediaConnectFlow>, val name: String, val roleArn: String, val securityGroups: List<String>, val sources: List<GetInputSource>, val state: String, val tags: Map<String, String>, val type: String)

A collection of values returned by getInput.

Constructors

Link copied to clipboard
constructor(arn: String, attachedChannels: List<String>, destinations: List<GetInputDestination>, id: String, inputClass: String, inputDevices: List<GetInputInputDevice>, inputPartnerIds: List<String>, inputSourceType: String, mediaConnectFlows: List<GetInputMediaConnectFlow>, name: String, roleArn: String, securityGroups: List<String>, sources: List<GetInputSource>, state: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Input.

Link copied to clipboard

Channels attached to Input.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

The input class.

Link copied to clipboard

Settings for the devices.

Link copied to clipboard

A list of IDs for all Inputs which are partners of this one.

Link copied to clipboard

Source type of the input.

Link copied to clipboard

A list of the MediaConnect Flows.

Link copied to clipboard

Name of the input.

Link copied to clipboard

The ARN of the role this input assumes during and after creation.

Link copied to clipboard

List of input security groups.

Link copied to clipboard

The source URLs for a PULL-type input.

Link copied to clipboard

The state of the input.

Link copied to clipboard

A map of tags assigned to the Input.

Link copied to clipboard

The type of the input.