Improvements to Audit Events Stream Destinations UI
In order to migrate the UI for Audit Events Stream Destinations to the new consolidated API (https://gitlab.com/gitlab-org/gitlab/-/issues/442447 / https://gitlab.com/gitlab-org/gitlab/-/issues/524939) a new component was created ([`stream_destination_editor.vue`](https://gitlab.com/gitlab-org/gitlab/-/blob/12162418/ee/app/assets/javascripts/audit_events/components/stream/stream_destination_editor.vue)).
This component handles all the shared UI and logic for the Audit Events Stream Destinations. We have components for specific UI related to each destination type:
- ([`stream_destination_editor_aws_fields.vue`](https://gitlab.com/gitlab-org/gitlab/-/blob/12162418/ee/app/assets/javascripts/audit_events/components/stream/stream_destination_editor_aws_fields.vue))
- ([`stream_destination_editor_gcp_fields.vue`](https://gitlab.com/gitlab-org/gitlab/-/blob/12162418/ee/app/assets/javascripts/audit_events/components/stream/stream_destination_editor_gcp_fields.vue))
- ([`stream_destination_editor_http_fields.vue`](https://gitlab.com/gitlab-org/gitlab/-/blob/12162418/ee/app/assets/javascripts/audit_events/components/stream/stream_destination_editor_http_fields.vue))
During the implementation of the components mentioned above, it was identified several improvements that we could add to this UI. This Epic captures all of these improvements
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
> [!important]
> This page may contain information related to upcoming products, features and functionality.
> It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes.
> Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
epic