https://github.com/cloudforet-io/plugin-aws-config-inven-collector
Plugin for AWS Config Results
https://github.com/cloudforet-io/plugin-aws-config-inven-collector
collector inventory plugin
Last synced: 11 months ago
JSON representation
Plugin for AWS Config Results
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-config-inven-collector
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-12-01T08:48:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:37:24.000Z (about 2 years ago)
- Last Synced: 2025-02-04T11:52:05.936Z (over 1 year ago)
- Topics: collector, inventory, plugin
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-aws-config-inven-collector
Plugin for AWS Config Results
---
## Secret Data
*Schema*
* aws_access_key_id (str): AWS Access Key
* aws_secret_access_key (str): AWS Secret Access Key
* role_arn (str): ARN for Assume Role (Optional)
* external_id (str): External ID for Assume Role (Optional)
*Example*
{
"aws_access_key_id": "*****",
"aws_secret_access_key": "*****",
"role_arn": "arn:aws:iam::*****",
"external_id": "*****"
}
## Options
*Schema*
* conformance_pack_names (list): Set a Specific Conformance Pack Names
*Example*
{
"conformance_pack_names": [
"spaceone-irm-security-audit-pack",
...
]
}