forked from aws-samples/aws-iam-permissions-guardrails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scp_parse_input.json
45 lines (45 loc) · 1.34 KB
/
scp_parse_input.json
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
{
"Mandatory": {
"INFRASTRUCTURE_AUTOMATION_ROLE": "infra_role",
"ENCRYPTION_DELETE_KEY_ROLE": "key_role",
"ALLOWED_ROLE_NAME": "allowed_role",
"BUCKET_TO_PROTECT": "prod_bucket",
"CLOUDTRAIL_NAME": "sample_cloudtrail"
},
"Additional": {
"SCPs": ["SCP-IAM-3","SCP-S3-5"],
"SCP-CLOUDWATCH-1": {
"LOG_GROUP_PREFIX": ""
},
"SCP-S3-5": {
"SECURITY_ROLE": "security_role",
"CONFIG_RECORDER_ROLE": "config_rec_role"
},
"SCP-SNS-1": {
"SECURITY_ROLE": "security_role",
"SNS_TOPIC_TO_PROTECT": ""
},
"SCP-CONFIG-2": {
"SYSTEM_NAME": ""
},
"SCP-IAM-3": {
"PROTECTED_ROLE_PREFIX": "pr_role_pref",
"PARTIAL_PROTECTED_ROLE_NAME": "partial_protect_role",
"PROTECTED_ROLE_NAME": "protect_role"
},
"SCP-IAM-4": {
"PROTECTED_ROLE_PREFIX": "",
"PARTIAL_PROTECTED_ROLE_NAME": "",
"PROTECTED_ROLE_NAME": "",
"ALLOWED_LAMBDA_ROLE_NAME": ""
},
"SCP-LAMBDA-1": {
"INFRASTRUCTURE_AUTOMATION_PREFIX": ""
},
"SCP-CLOUDFORMATION-1": {
"STACKSET_PREFIX": "",
"STACK_PREFIX": "",
"STACK_NAME": ""
}
}
}