Is your feature request related to a problem? Please describe.
When creating Event Stream, there is no way to define type. It defaults to HMAC type. The ansible.eda.event_stream module does support event_stream_type but it is marked as will be ignored and removed in version 3.0.0
What is the proper way to define Event Stream type?
Describe the solution you'd like
Should have a "event_stream_type" parameter
Describe alternatives you've considered
Pickup event stream type based on the credential type it associate with
Is your feature request related to a problem? Please describe. When creating Event Stream, there is no way to define type. It defaults to HMAC type. The ansible.eda.event_stream module does support event_stream_type but it is marked as will be ignored and removed in version 3.0.0
What is the proper way to define Event Stream type?
Describe the solution you'd like Should have a "event_stream_type" parameter
Describe alternatives you've considered Pickup event stream type based on the credential type it associate with
Additional context