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 a9b0640 commit 423903fCopy full SHA for 423903f
src/index.ts
@@ -29,7 +29,7 @@ export class SelfSignedCertificate extends Construct {
29
description: 'Lambda function created by the custom resource provider',
30
policyStatements: [{
31
Effect: 'Allow',
32
- Action: 'acm:ImportCertificate',
+ Action: ['acm:ImportCertificate', 'acm:AddTagsToCertificate'],
33
Resource: '*',
34
}],
35
});
0 commit comments