interface OutputGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.OutputGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_OutputGroupProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.OutputGroupProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.OutputGroupProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » OutputGroupProperty |
The settings for one output group.
The parent of this entity is EncoderSettings.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | A custom output group name that you can optionally define. |
| output | IResolvable | Output | The settings associated with the output group. |
| outputs? | IResolvable | (IResolvable | Output)[] | The settings for the outputs in the output group. |
name?
Type:
string
(optional)
A custom output group name that you can optionally define.
Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
outputGroupSettings?
Type:
IResolvable | Output
(optional)
The settings associated with the output group.
outputs?
Type:
IResolvable | (IResolvable | Output)[]
(optional)
The settings for the outputs in the output group.

.NET
Go
Java
Python
TypeScript