
commonMain.aws.sdk.kotlin.services.mediaconvert.model.OutputGroup.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.mediaconvert.model
/**
* Group of outputs
*/
public class OutputGroup private constructor(builder: Builder) {
/**
* Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
*/
public val automatedEncodingSettings: aws.sdk.kotlin.services.mediaconvert.model.AutomatedEncodingSettings? = builder.automatedEncodingSettings
/**
* Use Custom Group Name to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.
*/
public val customName: kotlin.String? = builder.customName
/**
* Name of the output group
*/
public val name: kotlin.String? = builder.name
/**
* Output Group settings, including type
*/
public val outputGroupSettings: aws.sdk.kotlin.services.mediaconvert.model.OutputGroupSettings? = builder.outputGroupSettings
/**
* This object holds groups of encoding settings, one group of settings per output.
*/
public val outputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy