class Aws::MediaLive::Types::CreateInput

@!attribute [rw] destinations

Destination settings for PUSH type inputs.
@return [Array<Types::InputDestinationRequest>]

@!attribute [rw] input_devices

Settings for the devices.
@return [Array<Types::InputDeviceSettings>]

@!attribute [rw] input_security_groups

A list of security groups referenced by IDs to attach to the input.
@return [Array<String>]

@!attribute [rw] media_connect_flows

A list of the MediaConnect Flows that you want to use in this input.
You can specify as few as one Flow and presently, as many as two.
The only requirement is when you have more than one is that each
Flow is in a separate Availability Zone as this ensures your EML
input is redundant to AZ issues.
@return [Array<Types::MediaConnectFlowRequest>]

@!attribute [rw] name

Name of the input.
@return [String]

@!attribute [rw] request_id

Unique identifier of the request to ensure the request is handled exactly once in case of retries. **A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the role this input assumes during
and after creation.
@return [String]

@!attribute [rw] sources

The source URLs for a PULL-type input. Every PULL type input needs
exactly two source URLs for redundancy. Only specify sources for
PULL type Inputs. Leave Destinations empty.
@return [Array<Types::InputSourceRequest>]

@!attribute [rw] tags

A collection of key-value pairs.
@return [Hash<String,String>]

@!attribute [rw] type

@return [String]

@!attribute [rw] vpc

Settings for a private VPC Input. When this property is specified,
the input destination addresses will be created in a VPC rather than
with public Internet addresses. This property requires setting the
roleArn property on Input creation. Not compatible with the
inputSecurityGroups property.
@return [Types::InputVpcRequest]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation

Constants

SENSITIVE