Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#destination

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#destinationString

Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

Returns:

  • (String)


11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11192

class MsSmoothGroupSettings < Struct.new(
  :additional_manifests,
  :audio_deduplication,
  :destination,
  :destination_settings,
  :encryption,
  :fragment_length,
  :fragment_length_control,
  :manifest_encoding)
  SENSITIVE = []
  include Aws::Structure
end