@terraform-cdk-constructs/aws-iam
TypeScript icon, indicating that this package has built-in type declarations

0.0.28 • Public • Published

@terraform-cdk-constructs/aws-iam

NPN version License: MIT Publish Gitpod Ready-to-Code

Installation

npm install @terraform-cdk-constructs/aws-iam

Examples

Create policy statements using enums for actions.

new iam.PolicyStatement({
    actions: [
        DynamoDB.GET_ITEM,
        DynamoDB.PUT_ITEM,
        DynamoDB.QUERY,
    ],
    resources: [
        `${table.tableArn}/index/*`,
        table.tableArn
    ]
})

Readme

Keywords

Package Sidebar

Install

npm i @terraform-cdk-constructs/aws-iam

Weekly Downloads

5

Version

0.0.28

License

MIT

Unpacked Size

5.54 MB

Total Files

11

Last publish

Collaborators

  • strongishllama