forked from SummitRoute/aws_managed_policies
-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathAmazonDataZonePreviewConsoleFullAccess
80 lines (80 loc) · 3.01 KB
/
AmazonDataZonePreviewConsoleFullAccess
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
69
70
71
72
73
74
75
76
77
78
79
80
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"datazonecontrol:*"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:DescribeKey",
"kms:ListAliases",
"glue:GetConnections",
"glue:GetDatabase",
"redshift:DescribeClusters",
"ec2:DescribeSubnets",
"secretsmanager:ListSecrets",
"iam:ListRoles",
"sso:DescribeRegisteredRegions"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"glue:CreateConnection"
],
"Resource": [
"arn:aws:glue:*:*:catalog",
"arn:aws:glue:*:*:connection/AmazonDataZone-*"
]
},
{
"Effect": "Allow",
"Action": [
"secretsmanager:CreateSecret"
],
"Resource": "arn:aws:secretsmanager:*:*:secret:AmazonDataZone-*"
},
{
"Effect": "Allow",
"Action": "iam:GetPolicy",
"Resource": [
"arn:aws:iam::*:policy/service-role/AmazonDataZoneBootstrapServicePolicy-AmazonDataZoneBootstrapRole",
"arn:aws:iam::*:policy/service-role/AmazonDataZoneServicePolicy-AmazonDataZoneServiceRole"
]
},
{
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": [
"arn:aws:iam::*:role/AmazonDataZoneServiceRole*",
"arn:aws:iam::*:role/service-role/AmazonDataZoneServiceRole*",
"arn:aws:iam::*:role/AmazonDataZoneBootstrapRole*",
"arn:aws:iam::*:role/service-role/AmazonDataZoneBootstrapRole",
"arn:aws:iam::*:role/AmazonDataZoneDomainExecutionRole",
"arn:aws:iam::*:role/service-role/AmazonDataZoneDomainExecutionRole"
],
"Condition": {
"StringEquals": {
"iam:passedToService": "datazonecontrol.amazonaws.com"
}
}
}
]
},
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2023-07-13T18:01:12Z"
}
}