Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 43e8074

Browse files
authored
ecs/add service principal (#13474)
1 parent 73cbd12 commit 43e8074

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

localstack-core/localstack/utils/aws/client_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ class ServicePrincipal(str):
277277
appsync = "appsync"
278278
cloudformation = "cloudformation"
279279
dms = "dms"
280+
ecs = "ecs"
281+
ecs_tasks = "ecs-tasks"
280282
edgelambda = "edgelambda"
281283
elasticloadbalancing = "elasticloadbalancing"
282284
events = "events"

0 commit comments

Comments
 (0)