JSPM

lulo-plugin-amazon-inspector-role

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q42888F
  • License MIT

Package Exports

  • lulo-plugin-amazon-inspector-role

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 (lulo-plugin-amazon-inspector-role) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lulo Amazon Inspector Role

lulo Amazon Inspector Role associates Amazon Inspector with the provided IAM Role.

lulo Amazon Inspector Role is a lulo plugin

Installation

npm install lulo-plugin-amazon-inspector-role --save

Usage

Properties

  • RoleArn: The IAM Role arn you want to associate Amazon Inspector with.

Return Values

None

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
        "inspector:RegisterCrossAccountAccessRole"
   ],
   "Resource": "*"
}

Notes

Delete on this resource has no impact. Amazon Inspector will still be associated with the IAM Role. The only way to disconnect Amazon Inspector from the Role is by deleting the Role.

License

The MIT License (MIT)

Change Log

Change Log