JSPM

iam-floyd

0.236.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1719
  • Score
    100M100P100Q116630F
  • License Apache-2.0

AWS IAM policy statement generator with fluent interface

Package Exports

  • iam-floyd

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iam-floyd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

IAM Floyd

Source iam-floyd Twitter libraries.io Documentation GitHub Maintainability

AWS IAM policy statement generator with fluent interface.

Support for:

  • 277 Services
  • 10566 Actions
  • 1115 Resource Types
  • 1118 Condition keys

EXPERIMENTAL
This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your package.json before it reaches 1.0.0.

Documentation

Find the documentation at Read the Docs.

Auto completion demo

Packages

There are two different package variants available:

  • iam-floyd: Can be used in AWS SDK, Boto 3 or for whatever you need an IAM policy statement for
    npm PyPI NuGet

  • cdk-iam-floyd: Integrates into AWS CDK and extends iam.PolicyStatement
    npm PyPI NuGet

    If you need compatibility with CDK v2, you can use:
    npm CDK v2 PyPI CDK v2

Find them all on libraries.io.


The code contained in the lib/generated folder is generated from the AWS documentation. The class- and function-names and their description therefore are property of AWS.

AWS and their services are trademarks, registered trademarks or trade dress of AWS in the U.S. and/or other countries.

This project is not affiliated, funded, or in any way associated with AWS.

IAM Floyd is licensed under Apache License 2.0. Dependencies might be released under different licenses. Especially the bundled packages regex-parser and common-substrings are released under the MIT License.