Class: Aws::MediaTailor::Types::CreateVodSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 VOD source.



1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-mediatailor/types.rb', line 1222

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

#source_location_nameString

The name of the source location for this VOD source.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-mediatailor/types.rb', line 1222

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

#tagsHash<String,String>

The tags to assign to the VOD 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].

[1]: docs.aws.amazon.com/mediatailor/latest/ug/tagging.html

Returns:

  • (Hash<String,String>)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-mediatailor/types.rb', line 1222

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

#vod_source_nameString

The name associated with the VOD source.&gt;

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
1229
# File 'lib/aws-sdk-mediatailor/types.rb', line 1222

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