-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathathena-s3.yml
68 lines (63 loc) · 1.37 KB
/
athena-s3.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
57
58
59
60
61
62
63
64
65
66
67
68
mode: crud
name: 'athena/s3'
# Specify resource ARNs
read:
# ATHENA
- 'arn:aws:athena:*:*:workgroup/demo-*'
- 'arn:aws:athena:*:*:datacatalog/demo-*'
# S3
- 'arn:aws:s3:::demo-*'
- 'arn:aws:s3:::demo-*/*'
# Sample data
- arn:aws:s3:::athena-examples-us-east-1/*
write:
# ATHENA
- 'arn:aws:athena:*:*:workgroup/demo-*'
- 'arn:aws:athena:*:*:datacatalog/demo-*'
# S3
- 'arn:aws:s3:::demo-*'
- 'arn:aws:s3:::demo-*/*'
list:
# ATHENA
- 'arn:aws:athena:*:*:workgroup/demo-*'
- 'arn:aws:athena:*:*:datacatalog/demo-*'
# S3
- 'arn:aws:s3:::demo-*'
- 'arn:aws:s3:::demo-*/*'
tagging:
# ATHENA
- 'arn:aws:athena:*:*:workgroup/demo-*'
- 'arn:aws:athena:*:*:datacatalog/demo-*'
# S3
- 'arn:aws:s3:::demo-*'
- 'arn:aws:s3:::demo-*/*'
permissions-management:
# ATHENA
- 'arn:aws:athena:*:*:workgroup/demo-*'
- 'arn:aws:athena:*:*:datacatalog/demo-*'
# S3
- 'arn:aws:s3:::demo-*'
- 'arn:aws:s3:::demo-*/*'
# Actions that do not support resource constraints
wildcard-only:
single-actions: # standalone actions
- ''
# Service-wide
service-read:
- 's3'
- 'athena'
service-write:
- ''
service-list:
- 's3'
- 'athena'
service-tagging:
- ''
service-permissions-management:
- ''
# 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:
- ''