-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(ivs-alpha): support advanced channel type #30075
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-ivsRelated to Amazon IVSRelated to Amazon IVSeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Amazon IVS has been supporting advanced channel types since June 2023.
However, the current Channel Construct only supports BASIC and STANDARD channel types.
Use Case
To use advanced channel types using CDK.
Proposed Solution
- Add
ADVANCED_HDandADVANCED_SDto theChannelType. - Add
presetproperty to theChannelConstruct. Additionally, implement validation according to the following:
An optional transcode preset for the channel. This is selectable only for ADVANCED_HD and ADVANCED_SD channel types. For those channel types, the default preset is HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD), preset is the empty string ("").
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.140.0
Environment details (OS name and version, etc.)
MacOS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ivsRelated to Amazon IVSRelated to Amazon IVSeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2