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.
2 parents 1837825 + 4cd155d commit c9fa17cCopy full SHA for c9fa17c
src/components/policies/cloudwatch.ts
@@ -30,6 +30,7 @@ export class LambdaCloudWatchPolicy extends pulumi.ComponentResource {
30
this.policy = new aws.iam.Policy(
31
name,
32
{
33
+ name,
34
description: `IAM policy for logging from ${lambdaName} lambda`,
35
policy: {
36
Version: '2012-10-17',
0 commit comments