Skip to content

Commit 700f2be

Browse files
Update Replicator Docs (#1723)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent 8608a94 commit 700f2be

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

data/replicator/coverage.json

+19-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
},
2020
{
2121
"resource_type": "AWS::EC2::VPC",
22-
"policy_statements": ["cloudformation:GetResource", "ec2:DescribeVpcs"],
22+
"policy_statements": [
23+
"cloudformation:GetResource",
24+
"ec2:DescribeVpcs"
25+
],
2326
"service": "ec2",
2427
"identifier": "VpcId"
2528
},
@@ -31,26 +34,37 @@
3134
"ecr:BatchGetImage",
3235
"ecr:DescribeRepositories",
3336
"ecr:GetAuthorizationToken",
34-
"ecr:GetDownloadUrlForLayer"
37+
"ecr:GetDownloadUrlForLayer",
38+
"ecr:GetLifecyclePolicy",
39+
"ecr:GetRepositoryPolicy",
40+
"ecr:ListTagsForResource"
3541
],
3642
"service": "ecr",
3743
"identifier": "RepositoryName:<ImageTag[Optional]>"
3844
},
3945
{
4046
"resource_type": "AWS::IAM::Policy",
41-
"policy_statements": ["iam:GetPolicy"],
47+
"policy_statements": [
48+
"iam:GetPolicy"
49+
],
4250
"service": "iam",
4351
"identifier": "Arn"
4452
},
4553
{
4654
"resource_type": "AWS::IAM::Role",
47-
"policy_statements": ["cloudformation:GetResource", "iam:GetRole"],
55+
"policy_statements": [
56+
"cloudformation:GetResource",
57+
"iam:GetRole"
58+
],
4859
"service": "iam",
4960
"identifier": "RoleName"
5061
},
5162
{
5263
"resource_type": "AWS::KMS::Key",
53-
"policy_statements": ["cloudformation:GetResource", "kms:DescribeKey"],
64+
"policy_statements": [
65+
"cloudformation:GetResource",
66+
"kms:DescribeKey"
67+
],
5468
"service": "kms",
5569
"identifier": "KeyId"
5670
},

0 commit comments

Comments
 (0)