This package has been deprecated

Author message:

Please use https://www.npmjs.com/package/lulo-plugin-amazon-inspector-role

lulo-plugin-amazon-inspetor-role

1.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (11)

Package Sidebar

Install

npm i lulo-plugin-amazon-inspetor-role

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • polythene