File tree 5 files changed +422
-15
lines changed
botocore/data/codestar/2017-04-19
modules/iam__privesc_scan
PassExistingRoleToNewCodeStarProject
5 files changed +422
-15
lines changed Original file line number Diff line number Diff line change @@ -521,4 +521,5 @@ modules/lambda__backdoor_new_sec_groups/lambda_function.zip
521
521
modules /lambda__backdoor_new_users /lambda_function.py
522
522
modules /lambda__backdoor_new_users /lambda_function.zip
523
523
modules /lambda__backdoor_new_roles /lambda_function.py
524
- modules /lambda__backdoor_new_roles /lambda_function.zip
524
+ modules /lambda__backdoor_new_roles /lambda_function.zip
525
+ modules /iam__privesc_scan /PassExistingRoleToNewCodeStarProject /codestar_cf_template.json
Original file line number Diff line number Diff line change 1
1
{
2
- "pagination" : {}
2
+ "pagination" : {
3
+ "ListProjects" : {
4
+ "input_token" : " nextToken" ,
5
+ "limit_key" : " maxResults" ,
6
+ "output_token" : " nextToken" ,
7
+ "result_key" : " projects"
8
+ },
9
+ "ListResources" : {
10
+ "input_token" : " nextToken" ,
11
+ "limit_key" : " maxResults" ,
12
+ "output_token" : " nextToken" ,
13
+ "result_key" : " resources"
14
+ },
15
+ "ListTeamMembers" : {
16
+ "input_token" : " nextToken" ,
17
+ "limit_key" : " maxResults" ,
18
+ "output_token" : " nextToken" ,
19
+ "result_key" : " teamMembers"
20
+ },
21
+ "ListUserProfiles" : {
22
+ "input_token" : " nextToken" ,
23
+ "limit_key" : " maxResults" ,
24
+ "output_token" : " nextToken" ,
25
+ "result_key" : " userProfiles"
26
+ }
27
+ }
3
28
}
You can’t perform that action at this time.
0 commit comments