Package for providing core Reflex rule classes
Project description
reflex-core
Package for the core Reflex classes. You can use these classes to easily create Reflex rules to secure your cloud environment (currently only supports AWS).
You'll also want to familiarize yourself with the other parts of Reflex:
- reflex-cli, a CLI for creating and managing your Reflex rules and environment.
- reflex-engine, Terraform modules for deploying required Reflex rule infrastructure.
- reflex documentation, general documentation about deploying reflex.
Installation
You can install reflex-core
using pip
.
pip install reflex-core
Usage
To utilize reflex-core
, simply import the rule class you want to utilize and implement the required methods.
from reflex_core import AWSRule
class MyRule(AWSRule):
def extract_event_data(event):
# Logic for extracting required event info
def resource_compliant():
# Logic for determining if the resource configuration is compliant
# etc
For examples, browse provided rules on CloudMitigator's GitHub.
License
Reflex is made available under the MPL 2.0 license. For more information view the LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reflex-core-1.1.2.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for reflex_core-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6000423154efee5f2d9ab6164180b1341ab1425bb33bf48dfc1976c918411fad |
|
MD5 | 323c7d91e449d257b0cda95b99d208c4 |
|
BLAKE2b-256 | 76f8beaffa602fc00dbe74519cd47eaa7ce6ceaa8573a0758f8a308b9ae84be0 |