Class MediaConvertProfile


  • public class MediaConvertProfile
    extends org.craftercms.commons.config.profiles.aws.AbstractAwsProfile
    Holds the necessary information to request a transcoding job for AWS MediaConvert.
    Author:
    joseross
    • Field Detail

      • role

        protected String role
        ARN of the AWS Role used to create the transcoding jobs.
      • queue

        protected String queue
        ARN of the Queue used to create the trancoding jobs.
      • template

        protected String template
        Name of the job template to use.
      • inputPath

        protected String inputPath
        S3 URL to upload the files.
    • Constructor Detail

      • MediaConvertProfile

        public MediaConvertProfile()
    • Method Detail

      • getRole

        public String getRole()
      • setRole

        public void setRole​(String role)
      • getQueue

        public String getQueue()
      • setQueue

        public void setQueue​(String queue)
      • getTemplate

        public String getTemplate()
      • setTemplate

        public void setTemplate​(String template)
      • getInputPath

        public String getInputPath()
      • setInputPath

        public void setInputPath​(String inputPath)