Class: Aws::MediaConnect::Types::UpdateRouterInputRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router input that you want to update.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::RouterInputConfiguration

The updated configuration settings for the router input. Changing the type of the configuration is not supported.



9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_configurationTypes::MaintenanceConfiguration

The updated maintenance configuration settings for the router input, including any changes to preferred maintenance windows and schedules.



9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_bitrateInteger

The updated maximum bitrate for the router input.

Returns:

  • (Integer)


9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated name for the router input.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#routing_scopeString

Specifies whether the router input can be assigned to outputs in different Regions. REGIONAL (default) - can be assigned only to outputs in the same Region. GLOBAL - can be assigned to outputs in any Region.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The updated tier level for the router input.

Returns:

  • (String)


9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#transit_encryptionTypes::RouterInputTransitEncryption

The updated transit encryption settings for the router input.



9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9277

class UpdateRouterInputRequest < Struct.new(
  :arn,
  :name,
  :configuration,
  :maximum_bitrate,
  :routing_scope,
  :tier,
  :transit_encryption,
  :maintenance_configuration)
  SENSITIVE = []
  include Aws::Structure
end