We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing a new rule (for example EBS), what's the best way to log and check data from the specific services or volumes
When checking EBS volume data, how would you be able to check if encryption is true/false?
Example: In your rule UnderutilizedAmazonEBSVolumesRule, the EBS volume data is assigned as infoFromTa.
UnderutilizedAmazonEBSVolumesRule
infoFromTa
Do you have any documentation on how this data looks? Thank you.
The text was updated successfully, but these errors were encountered:
@lfc314 in your volume data you will have field encrypted. using that field you will able to do the validation "encrypted": "false"
Sorry, something went wrong.
varadh10
No branches or pull requests
❔ Question
When writing a new rule (for example EBS), what's the best way to log and check data from the specific services or volumes
🔦 Context
When checking EBS volume data, how would you be able to check if encryption is true/false?
💻 Code Sample
Example: In your rule
UnderutilizedAmazonEBSVolumesRule
, the EBS volume data is assigned asinfoFromTa
.Do you have any documentation on how this data looks? Thank you.
The text was updated successfully, but these errors were encountered: