interface OutputGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.OutputGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_OutputGroupProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.OutputGroupProperty |
Python | aws_cdk.aws_medialive.CfnChannel.OutputGroupProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » 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