-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglue-write.yml
56 lines (53 loc) · 1.51 KB
/
glue-write.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
mode: crud
name: 'glue-write'
write:
- arn:aws:glue:*:*:catalog
- arn:aws:glue:*:*:database/demo_*
- arn:aws:glue:*:*:table/demo_*/*
- arn:aws:glue:*:*:tableVersion/demo_*
- arn:aws:glue:*:*:connection/demo_*
- arn:aws:glue:*:*:userDefinedFunction/demo_*
- arn:aws:glue:*:*:devEndpoint/demo_*
- arn:aws:glue:*:*:job/demo_*
- arn:aws:glue:*:*:trigger/demo_*
- arn:aws:glue:*:*:crawler/demo_*
- arn:aws:glue:*:*:workflow/demo_*
- arn:aws:glue:*:*:mlTransform/demo_*
- arn:aws:glue:*:*:registry/demo_*
- arn:aws:glue:*:*:schema/demo_*
permissions-management:
- arn:aws:glue:*:*:catalog
- arn:aws:glue:*:*:database/demo_*
- arn:aws:glue:*:*:table/demo_*/*
- arn:aws:glue:*:*:tableVersion/demo_*
- arn:aws:glue:*:*:connection/demo_*
- arn:aws:glue:*:*:userDefinedFunction/demo_*
- arn:aws:glue:*:*:devEndpoint/demo_*
- arn:aws:glue:*:*:job/demo_*
- arn:aws:glue:*:*:trigger/demo_*
- arn:aws:glue:*:*:crawler/demo_*
- arn:aws:glue:*:*:workflow/demo_*
- arn:aws:glue:*:*:mlTransform/demo_*
- arn:aws:glue:*:*:registry/demo_*
- arn:aws:glue:*:*:schema/demo_*
# Actions that do not support resource constraints
wildcard-only:
single-actions: # standalone actions
- ''
# Service-wide
service-read:
- ''
service-write:
- 'glue'
service-list:
- ''
service-tagging:
- ''
service-permissions-management:
- 'glue'
# Skip resource constraint requirements by listing actions here.
skip-resource-constraints:
- ''
# Exclude actions from the output by specifying them here. Accepts wildcards, like kms:Delete*
exclude-actions:
- ''