Class: Aws::MediaTailor::Types::UpdateSourceLocationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_configurationTypes::AccessConfiguration

Access configuration parameters. Configures the type of authentication used to access content from your source location.



4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4511

class UpdateSourceLocationRequest < Struct.new(
  :access_configuration,
  :default_segment_delivery_configuration,
  :http_configuration,
  :segment_delivery_configurations,
  :source_location_name)
  SENSITIVE = []
  include Aws::Structure
end

#default_segment_delivery_configurationTypes::DefaultSegmentDeliveryConfiguration

The optional configuration for the host server that serves segments.



4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4511

class UpdateSourceLocationRequest < Struct.new(
  :access_configuration,
  :default_segment_delivery_configuration,
  :http_configuration,
  :segment_delivery_configurations,
  :source_location_name)
  SENSITIVE = []
  include Aws::Structure
end

#http_configurationTypes::HttpConfiguration

The HTTP configuration for the source location.



4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4511

class UpdateSourceLocationRequest < Struct.new(
  :access_configuration,
  :default_segment_delivery_configuration,
  :http_configuration,
  :segment_delivery_configurations,
  :source_location_name)
  SENSITIVE = []
  include Aws::Structure
end

#segment_delivery_configurationsArray<Types::SegmentDeliveryConfiguration>

A list of the segment delivery configurations associated with this resource.



4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4511

class UpdateSourceLocationRequest < Struct.new(
  :access_configuration,
  :default_segment_delivery_configuration,
  :http_configuration,
  :segment_delivery_configurations,
  :source_location_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_location_nameString

The name of the source location.

Returns:

  • (String)


4511
4512
4513
4514
4515
4516
4517
4518
4519
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4511

class UpdateSourceLocationRequest < Struct.new(
  :access_configuration,
  :default_segment_delivery_configuration,
  :http_configuration,
  :segment_delivery_configurations,
  :source_location_name)
  SENSITIVE = []
  include Aws::Structure
end