We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d313e commit bf1657cCopy full SHA for bf1657c
src/index.ts
@@ -40,7 +40,7 @@ export class CodeConnectionsHostCustomResource extends cr.AwsCustomResource {
40
'codeconnections:DeleteHost',
41
],
42
resources: [
43
- `arn:aws:codeconnections:${region}:${account}:host/*`,
+ `arn:aws:codeconnections:${region}:${account}:*`,
44
45
}),
46
0 commit comments