Class: Aws::MediaTailor::Types::CreateLiveSourceRequest

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

#http_package_configurationsArray<Types::HttpPackageConfiguration>

A list of HTTP package configuration parameters for this live source.



821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 821

class CreateLiveSourceRequest < Struct.new(
  :http_package_configurations,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#live_source_nameString

The name of the live source.

Returns:

  • (String)


821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 821

class CreateLiveSourceRequest < Struct.new(
  :http_package_configurations,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_location_nameString

The name of the source location.

Returns:

  • (String)


821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 821

class CreateLiveSourceRequest < Struct.new(
  :http_package_configurations,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Returns:

  • (Hash<String,String>)


821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 821

class CreateLiveSourceRequest < Struct.new(
  :http_package_configurations,
  :live_source_name,
  :source_location_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end