|
NAMEPaws::ElasticTranscoder::CreateJob - Arguments for method CreateJob on Paws::ElasticTranscoderDESCRIPTIONThis class represents the parameters used for calling the method CreateJob on the Amazon Elastic Transcoder service. Use the attributes of this class as arguments to method CreateJob.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreateJob. As an example: $service_obj->CreateJob(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESREQUIRED Input => Paws::ElasticTranscoder::JobInputA section of the request body that provides information about the file that is being transcoded.Output => Paws::ElasticTranscoder::CreateJobOutputOutputKeyPrefix => StrThe value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.Outputs => ArrayRef[Paws::ElasticTranscoder::CreateJobOutput]A section of the request body that provides information about the transcoded (target) files. We recommend that you use the "Outputs" syntax instead of the "Output" syntax.REQUIRED PipelineId => StrThe "Id" of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Playlists => ArrayRef[Paws::ElasticTranscoder::CreateJobPlaylist]If you specify a preset in "PresetId" for which the value of "Container" is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30. UserMetadata => Paws::ElasticTranscoder::UserMetadataUser-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in "key/value" pairs, and you can add up to 10 "key/value" pairs per job. Elastic Transcoder does not guarantee that "key/value" pairs will be returned in the same order in which you specify them.SEE ALSOThis class forms part of Paws, documenting arguments for method CreateJob in Paws::ElasticTranscoderBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |