Metadata-Version: 2.1
Name: oblcc-amazon-inspector-v2
Version: 0.0.4
Summary: This construct can be used to automate provisioning of Amazon Inspector 2
Home-page: https://github.com/steyn/oblcc-amazon-inspector-v2.git
Author: Steyn Huizinga<steyn.huizinga@oblcc.com>
License: Apache-2.0
Project-URL: Source, https://github.com/steyn/oblcc-amazon-inspector-v2.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Amazon Inspector 2

It's a CDK construct to configure Amazon Inspector 2.

Current version supports enabling Amazon Inspector 2 and specify which resources types to enable.

## Install

TypeScript/JavaScript:

```shell
yarn add oblcc-amazon-inspector-2
```

or

```shell
npm install oblcc-amazon-inspector-2
```


