-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdee658
commit 5839331
Showing
35 changed files
with
658 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
src/mapping/aws/resource/bedrock/aws_bedrock_guardrail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"bedrock:CreateGuardrail", | ||
"bedrock:GetGuardrail", | ||
"bedrock:ListTagsForResource", | ||
"bedrock:DeleteGuardrail", | ||
"bedrock:UpdateGuardrail" | ||
], | ||
"attributes": { | ||
"kms_key_arn": [ | ||
"kms:DescribeKey", | ||
"kms:CreateGrant", | ||
"kms:GenerateDataKey", | ||
"kms:Decrypt", | ||
"kms:RetireGrant" | ||
], | ||
"tags": [ | ||
"bedrock:TagResource", | ||
"bedrock:UntagResource" | ||
] | ||
}, | ||
"destroy": [ | ||
"bedrock:DeleteGuardrail", | ||
"bedrock:GetGuardrail" | ||
], | ||
"modify": [ | ||
"bedrock:UpdateGuardrail", | ||
"bedrock:GetGuardrail", | ||
"bedrock:ListTagsForResource" | ||
], | ||
"plan": [ | ||
"bedrock:GetGuardrail", | ||
"bedrock:ListTagsForResource" | ||
] | ||
} | ||
] |
23 changes: 23 additions & 0 deletions
23
src/mapping/aws/resource/bedrock/aws_bedrock_guardrail_version.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"bedrock:CreateGuardrailVersion", | ||
"bedrock:GetGuardrail", | ||
"kms:CreateGrant", | ||
"kms:Decrypt" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [ | ||
"bedrock:DeleteGuardrail", | ||
"bedrock:GetGuardrail", | ||
"kms:RetireGrant" | ||
], | ||
"modify": [], | ||
"plan": [ | ||
"bedrock:GetGuardrail", | ||
"kms:Decrypt" | ||
] | ||
} | ||
] |
61 changes: 61 additions & 0 deletions
61
src/mapping/aws/resource/cleanrooms/aws_cleanrooms_membership.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"cleanrooms:CreateMembership", | ||
"cleanrooms:GetMembership", | ||
"cleanrooms:ListTagsForResource", | ||
"cleanrooms:ListMemberships", | ||
"cleanrooms:DeleteMembership", | ||
"cleanrooms:UpdateMembership", | ||
"logs:CreateLogDelivery", | ||
"logs:GetLogDelivery", | ||
"logs:UpdateLogDelivery", | ||
"logs:DeleteLogDelivery", | ||
"logs:ListLogDeliveries", | ||
"logs:DescribeLogGroups", | ||
"logs:DescribeResourcePolicies", | ||
"logs:PutResourcePolicy", | ||
"logs:CreateLogGroup", | ||
"iam:PassRole" | ||
], | ||
"attributes": { | ||
"tags": [ | ||
"cleanrooms:TagResource", | ||
"cleanrooms:UntagResource" | ||
] | ||
}, | ||
"destroy": [ | ||
"cleanrooms:DeleteMembership", | ||
"cleanrooms:GetMembership", | ||
"cleanrooms:ListMemberships", | ||
"cleanrooms:ListTagsForResource", | ||
"logs:ListLogDeliveries", | ||
"logs:DescribeLogGroups", | ||
"logs:DescribeResourcePolicies", | ||
"logs:GetLogDelivery" | ||
], | ||
"modify": [ | ||
"cleanrooms:UpdateMembership", | ||
"cleanrooms:GetMembership", | ||
"logs:CreateLogDelivery", | ||
"logs:GetLogDelivery", | ||
"logs:UpdateLogDelivery", | ||
"logs:DeleteLogDelivery", | ||
"logs:ListLogDeliveries", | ||
"logs:DescribeLogGroups", | ||
"logs:DescribeResourcePolicies", | ||
"logs:PutResourcePolicy", | ||
"logs:CreateLogGroup", | ||
"cleanrooms:ListTagsForResource", | ||
"iam:PassRole" | ||
], | ||
"plan": [ | ||
"cleanrooms:GetMembership", | ||
"cleanrooms:ListTagsForResource", | ||
"logs:ListLogDeliveries", | ||
"logs:DescribeLogGroups", | ||
"logs:DescribeResourcePolicies", | ||
"logs:GetLogDelivery" | ||
] | ||
} | ||
] |
26 changes: 26 additions & 0 deletions
26
src/mapping/aws/resource/codeconnections/aws_codeconnections_connection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"codeconnections:GetConnection", | ||
"codeconnections:CreateConnection", | ||
"codeconnections:ListTagsForResource", | ||
"codeconnections:DeleteConnection" | ||
], | ||
"attributes": { | ||
"tags": [ | ||
"codeconnections:TagResource", | ||
"codeconnections:UntagResource" | ||
] | ||
}, | ||
"destroy": [ | ||
"codeconnections:DeleteConnection" | ||
], | ||
"modify": [ | ||
"codeconnections:ListTagsForResource" | ||
], | ||
"plan": [ | ||
"codeconnections:GetConnection", | ||
"codeconnections:ListTagsForResource" | ||
] | ||
} | ||
] |
14 changes: 14 additions & 0 deletions
14
src/mapping/aws/resource/elasticmapreduce/aws_emr_instance_fleet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"elasticmapreduce:AddInstanceFleet", | ||
"elasticmapreduce:ModifyInstanceFleet" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
14 changes: 14 additions & 0 deletions
14
src/mapping/aws/resource/elasticmapreduce/aws_emr_instance_group.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"elasticmapreduce:AddInstanceGroups", | ||
"elasticmapreduce:ModifyInstanceGroups" | ||
], | ||
"attributes": { | ||
"tags": [] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
...ping/aws/resource/globalaccelerator/aws_globalaccelerator_custom_routing_accelerator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"globalaccelerator:DescribeCustomRoutingAccelerator", | ||
"globalaccelerator:CreateCustomRoutingAccelerator", | ||
"globalaccelerator:DeleteCustomRoutingAccelerator", | ||
"globalaccelerator:UpdateCustomRoutingAccelerator", | ||
"globalaccelerator:ListTagsForResource" | ||
], | ||
"attributes": { | ||
"tags": [ | ||
"globalaccelerator:TagResource", | ||
"globalaccelerator:UntagResource" | ||
] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
19 changes: 19 additions & 0 deletions
19
...g/aws/resource/globalaccelerator/aws_globalaccelerator_custom_routing_endpoint_group.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"globalaccelerator:DescribeCustomRoutingEndpointGroup", | ||
"globalaccelerator:CreateCustomRoutingEndpointGroup", | ||
"globalaccelerator:DeleteCustomRoutingEndpointGroup", | ||
"globalaccelerator:ListTagsForResource" | ||
], | ||
"attributes": { | ||
"tags": [ | ||
"globalaccelerator:TagResource", | ||
"globalaccelerator:UntagResource" | ||
] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
...mapping/aws/resource/globalaccelerator/aws_globalaccelerator_custom_routing_listener.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"apply": [ | ||
"globalaccelerator:DescribeCustomRoutingListener", | ||
"globalaccelerator:CreateCustomRoutingListener", | ||
"globalaccelerator:DeleteCustomRoutingListener", | ||
"globalaccelerator:UpdateCustomRoutingListener", | ||
"globalaccelerator:ListTagsForResource" | ||
], | ||
"attributes": { | ||
"tags": [ | ||
"globalaccelerator:TagResource", | ||
"globalaccelerator:UntagResource" | ||
] | ||
}, | ||
"destroy": [], | ||
"modify": [], | ||
"plan": [] | ||
} | ||
] |
Oops, something went wrong.