Enables AWS GuardDuty with all features.
Project description
cdk-guardduty
Enables GuardDuty and allows for enabling of all or some features.
By default
- GuardDuty Detector is Created
- GuardDuty Detector is Enabled
- Kubernetes Audit Log Monitoring is Enabled
- Malware Protection Monitoring is Enabled
- S3 Logs Monitoring is Enabled
- Runtime Monitoring is Enabled
Example
Default Enable All
import { GuardDutyConstruct } from '@spensireli/cdk-guardduty';
new GuardDutyConstruct(stack, 'GuardDutyConstructTest');
Choose Features to Enable
import { GuardDutyConstruct } from '@spensireli/cdk-guardduty';
new GuardDutyConstruct(stack, 'GuardDutyConstructTest', {
enableGuardDuty: true,
kubernetesAuditLogs: true,
malwareProtection: true,
s3Logs: true,
});
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spensireli_aws_cdk_guardduty-0.0.3.tar.gz.
File metadata
- Download URL: spensireli_aws_cdk_guardduty-0.0.3.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b4f50bae1cbfdc57c25518315b5ba255b4db603c0ed9a05dbd1b7eef375728c
|
|
| MD5 |
15b139c20bc6162449b4c0a5230573db
|
|
| BLAKE2b-256 |
71a706aebe8695783a48976d1e5ca64922488cc8ccc02f16f52456f79f939770
|
File details
Details for the file spensireli_aws_cdk_guardduty-0.0.3-py3-none-any.whl.
File metadata
- Download URL: spensireli_aws_cdk_guardduty-0.0.3-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b796f33467897ba1f7ef96ef3d35adfc1cc7d209ddb1e31cdcb036e3c429940d
|
|
| MD5 |
724eb181a772ef9a1f4373bd3231be5e
|
|
| BLAKE2b-256 |
be6b502a6c1eae64d3d4b991d92cb285ace4b322b5854d0a4adafe517e00e795
|