Skip to content

Commit

Permalink
feat(applicationautoscaling): Add KAFKA to ServiceNamespace (#11394)
Browse files Browse the repository at this point in the history
Add `KAFKA` to ServiceNamespace. This allows targeting MSK's autoscaling feature.

Fixes #11366

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
bracki authored Nov 12, 2020
1 parent cc28485 commit b5c3f84
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,9 @@ export enum ServiceNamespace {
* Comprehend
*/
COMPREHEND = 'comprehend',

/**
* Kafka
*/
KAFKA = 'kafka',
}

0 comments on commit b5c3f84

Please sign in to comment.