
commonMain.aws.sdk.kotlin.services.medialive.model.OutputGroup.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.medialive.model
/**
* Output groups for this Live Event. Output groups contain information about where streams should be distributed.
*/
public class OutputGroup private constructor(builder: Builder) {
/**
* Custom output group name optionally defined by the user.
*/
public val name: kotlin.String? = builder.name
/**
* Settings associated with the output group.
*/
public val outputGroupSettings: aws.sdk.kotlin.services.medialive.model.OutputGroupSettings? = builder.outputGroupSettings
/**
* Placeholder documentation for __listOfOutput
*/
public val outputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy