Interface CfnChannelPropsMixin.OutputGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.OutputGroupProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.OutputGroupProperty
extends software.amazon.jsii.JsiiSerializable
The settings for one output group.
The parent of this entity is EncoderSettings.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.OutputGroupPropertystatic final classAn implementation forCfnChannelPropsMixin.OutputGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
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.
- See Also:
-
getOutputGroupSettings
The settings associated with the output group.Returns union: either
IResolvableorCfnChannelPropsMixin.OutputGroupSettingsProperty- See Also:
-
getOutputs
The settings for the outputs in the output group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannelPropsMixin.OutputProperty>- See Also:
-
builder
-