An open API service indexing awesome lists of open source software.

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

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",
...
]
}