|
20 | 20 | "aws:cdk:cloudformation:props": {
|
21 | 21 | "lifecyclePolicy": {
|
22 | 22 | "lifecyclePolicyText": "{\"rules\":[{\"rulePriority\":1,\"selection\":{\"tagStatus\":\"any\",\"countType\":\"imageCountMoreThan\",\"countNumber\":5},\"action\":{\"type\":\"expire\"}}]}"
|
| 23 | + }, |
| 24 | + "repositoryPolicyText": { |
| 25 | + "Statement": [ |
| 26 | + { |
| 27 | + "Action": "ecr:GetDownloadUrlForLayer", |
| 28 | + "Effect": "Allow", |
| 29 | + "Principal": { |
| 30 | + "AWS": "*" |
| 31 | + } |
| 32 | + } |
| 33 | + ], |
| 34 | + "Version": "2012-10-17" |
23 | 35 | }
|
24 | 36 | }
|
25 | 37 | },
|
26 | 38 | "constructInfo": {
|
27 |
| - "fqn": "@aws-cdk/aws-ecr.CfnRepository", |
| 39 | + "fqn": "aws-cdk-lib.aws_ecr.CfnRepository", |
28 | 40 | "version": "0.0.0"
|
29 | 41 | }
|
30 | 42 | }
|
31 | 43 | },
|
32 | 44 | "constructInfo": {
|
33 |
| - "fqn": "@aws-cdk/aws-ecr.Repository", |
| 45 | + "fqn": "aws-cdk-lib.aws_ecr.Repository", |
| 46 | + "version": "0.0.0" |
| 47 | + } |
| 48 | + }, |
| 49 | + "MyUser": { |
| 50 | + "id": "MyUser", |
| 51 | + "path": "aws-ecr-integ-stack/MyUser", |
| 52 | + "children": { |
| 53 | + "Resource": { |
| 54 | + "id": "Resource", |
| 55 | + "path": "aws-ecr-integ-stack/MyUser/Resource", |
| 56 | + "attributes": { |
| 57 | + "aws:cdk:cloudformation:type": "AWS::IAM::User", |
| 58 | + "aws:cdk:cloudformation:props": {} |
| 59 | + }, |
| 60 | + "constructInfo": { |
| 61 | + "fqn": "aws-cdk-lib.aws_iam.CfnUser", |
| 62 | + "version": "0.0.0" |
| 63 | + } |
| 64 | + }, |
| 65 | + "DefaultPolicy": { |
| 66 | + "id": "DefaultPolicy", |
| 67 | + "path": "aws-ecr-integ-stack/MyUser/DefaultPolicy", |
| 68 | + "children": { |
| 69 | + "Resource": { |
| 70 | + "id": "Resource", |
| 71 | + "path": "aws-ecr-integ-stack/MyUser/DefaultPolicy/Resource", |
| 72 | + "attributes": { |
| 73 | + "aws:cdk:cloudformation:type": "AWS::IAM::Policy", |
| 74 | + "aws:cdk:cloudformation:props": { |
| 75 | + "policyDocument": { |
| 76 | + "Statement": [ |
| 77 | + { |
| 78 | + "Action": [ |
| 79 | + "ecr:BatchCheckLayerAvailability", |
| 80 | + "ecr:BatchGetImage", |
| 81 | + "ecr:CompleteLayerUpload", |
| 82 | + "ecr:DescribeImages", |
| 83 | + "ecr:DescribeRepositories", |
| 84 | + "ecr:GetDownloadUrlForLayer", |
| 85 | + "ecr:InitiateLayerUpload", |
| 86 | + "ecr:PutImage", |
| 87 | + "ecr:UploadLayerPart" |
| 88 | + ], |
| 89 | + "Effect": "Allow", |
| 90 | + "Resource": { |
| 91 | + "Fn::GetAtt": [ |
| 92 | + "Repo02AC86CF", |
| 93 | + "Arn" |
| 94 | + ] |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "Action": "ecr:GetAuthorizationToken", |
| 99 | + "Effect": "Allow", |
| 100 | + "Resource": "*" |
| 101 | + } |
| 102 | + ], |
| 103 | + "Version": "2012-10-17" |
| 104 | + }, |
| 105 | + "policyName": "MyUserDefaultPolicy7B897426", |
| 106 | + "users": [ |
| 107 | + { |
| 108 | + "Ref": "MyUserDC45028B" |
| 109 | + } |
| 110 | + ] |
| 111 | + } |
| 112 | + }, |
| 113 | + "constructInfo": { |
| 114 | + "fqn": "aws-cdk-lib.aws_iam.CfnPolicy", |
| 115 | + "version": "0.0.0" |
| 116 | + } |
| 117 | + } |
| 118 | + }, |
| 119 | + "constructInfo": { |
| 120 | + "fqn": "aws-cdk-lib.aws_iam.Policy", |
| 121 | + "version": "0.0.0" |
| 122 | + } |
| 123 | + } |
| 124 | + }, |
| 125 | + "constructInfo": { |
| 126 | + "fqn": "aws-cdk-lib.aws_iam.User", |
34 | 127 | "version": "0.0.0"
|
35 | 128 | }
|
36 | 129 | },
|
37 | 130 | "RepositoryURI": {
|
38 | 131 | "id": "RepositoryURI",
|
39 | 132 | "path": "aws-ecr-integ-stack/RepositoryURI",
|
40 | 133 | "constructInfo": {
|
41 |
| - "fqn": "@aws-cdk/core.CfnOutput", |
| 134 | + "fqn": "aws-cdk-lib.CfnOutput", |
42 | 135 | "version": "0.0.0"
|
43 | 136 | }
|
44 | 137 | },
|
45 | 138 | "BootstrapVersion": {
|
46 | 139 | "id": "BootstrapVersion",
|
47 | 140 | "path": "aws-ecr-integ-stack/BootstrapVersion",
|
48 | 141 | "constructInfo": {
|
49 |
| - "fqn": "@aws-cdk/core.CfnParameter", |
| 142 | + "fqn": "aws-cdk-lib.CfnParameter", |
50 | 143 | "version": "0.0.0"
|
51 | 144 | }
|
52 | 145 | },
|
53 | 146 | "CheckBootstrapVersion": {
|
54 | 147 | "id": "CheckBootstrapVersion",
|
55 | 148 | "path": "aws-ecr-integ-stack/CheckBootstrapVersion",
|
56 | 149 | "constructInfo": {
|
57 |
| - "fqn": "@aws-cdk/core.CfnRule", |
| 150 | + "fqn": "aws-cdk-lib.CfnRule", |
58 | 151 | "version": "0.0.0"
|
59 | 152 | }
|
60 | 153 | }
|
61 | 154 | },
|
62 | 155 | "constructInfo": {
|
63 |
| - "fqn": "@aws-cdk/core.Stack", |
| 156 | + "fqn": "aws-cdk-lib.Stack", |
64 | 157 | "version": "0.0.0"
|
65 | 158 | }
|
66 | 159 | },
|
|
77 | 170 | "path": "cdk-ecr-integ-test-basic/DefaultTest/Default",
|
78 | 171 | "constructInfo": {
|
79 | 172 | "fqn": "constructs.Construct",
|
80 |
| - "version": "10.1.252" |
| 173 | + "version": "10.1.270" |
81 | 174 | }
|
82 | 175 | },
|
83 | 176 | "DeployAssert": {
|
|
88 | 181 | "id": "BootstrapVersion",
|
89 | 182 | "path": "cdk-ecr-integ-test-basic/DefaultTest/DeployAssert/BootstrapVersion",
|
90 | 183 | "constructInfo": {
|
91 |
| - "fqn": "@aws-cdk/core.CfnParameter", |
| 184 | + "fqn": "aws-cdk-lib.CfnParameter", |
92 | 185 | "version": "0.0.0"
|
93 | 186 | }
|
94 | 187 | },
|
95 | 188 | "CheckBootstrapVersion": {
|
96 | 189 | "id": "CheckBootstrapVersion",
|
97 | 190 | "path": "cdk-ecr-integ-test-basic/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
98 | 191 | "constructInfo": {
|
99 |
| - "fqn": "@aws-cdk/core.CfnRule", |
| 192 | + "fqn": "aws-cdk-lib.CfnRule", |
100 | 193 | "version": "0.0.0"
|
101 | 194 | }
|
102 | 195 | }
|
103 | 196 | },
|
104 | 197 | "constructInfo": {
|
105 |
| - "fqn": "@aws-cdk/core.Stack", |
| 198 | + "fqn": "aws-cdk-lib.Stack", |
106 | 199 | "version": "0.0.0"
|
107 | 200 | }
|
108 | 201 | }
|
109 | 202 | },
|
110 | 203 | "constructInfo": {
|
111 |
| - "fqn": "@aws-cdk/integ-tests.IntegTestCase", |
| 204 | + "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase", |
112 | 205 | "version": "0.0.0"
|
113 | 206 | }
|
114 | 207 | }
|
115 | 208 | },
|
116 | 209 | "constructInfo": {
|
117 |
| - "fqn": "@aws-cdk/integ-tests.IntegTest", |
| 210 | + "fqn": "@aws-cdk/integ-tests-alpha.IntegTest", |
118 | 211 | "version": "0.0.0"
|
119 | 212 | }
|
120 | 213 | },
|
|
123 | 216 | "path": "Tree",
|
124 | 217 | "constructInfo": {
|
125 | 218 | "fqn": "constructs.Construct",
|
126 |
| - "version": "10.1.252" |
| 219 | + "version": "10.1.270" |
127 | 220 | }
|
128 | 221 | }
|
129 | 222 | },
|
130 | 223 | "constructInfo": {
|
131 |
| - "fqn": "@aws-cdk/core.App", |
| 224 | + "fqn": "aws-cdk-lib.App", |
132 | 225 | "version": "0.0.0"
|
133 | 226 | }
|
134 | 227 | }
|
|
0 commit comments