Class: Aws::MediaLive::Types::CreateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<Types::InputDestinationRequest>

Destination settings for PUSH type inputs.

Returns:



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_devicesArray<Types::InputDeviceSettings>

Settings for the devices.

Returns:



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_network_locationString

The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem for an input in a customer network.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#input_security_groupsArray<String>

A list of security groups referenced by IDs to attach to the input.

Returns:

  • (Array<String>)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#media_connect_flowsArray<Types::MediaConnectFlowRequest>

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.

Returns:



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#multicast_settingsTypes::MulticastSettingsCreateRequest

Multicast Input settings.



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the input.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

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.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::InputSourceRequest>

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.

Returns:



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#srt_settingsTypes::SrtSettingsRequest

The settings associated with an SRT input.



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The different types of inputs that AWS Elemental MediaLive supports.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::InputVpcRequest

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.



2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-medialive/types.rb', line 2392

class CreateInput < Struct.new(
  :destinations,
  :input_devices,
  :input_security_groups,
  :media_connect_flows,
  :name,
  :request_id,
  :role_arn,
  :sources,
  :tags,
  :type,
  :vpc,
  :srt_settings,
  :input_network_location,
  :multicast_settings)
  SENSITIVE = []
  include Aws::Structure
end