Skip to content

Instantly share code, notes, and snippets.

@midnightslacker
Created May 8, 2020 18:21
Show Gist options
  • Save midnightslacker/a92af7b6f9a72fcb5106dd59595b2f72 to your computer and use it in GitHub Desktop.
Save midnightslacker/a92af7b6f9a72fcb5106dd59595b2f72 to your computer and use it in GitHub Desktop.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/support.html#Support.Client.describe_trusted_advisor_check_result
{
'result': {
'checkId': 'string',
'timestamp': 'string',
'status': 'string',
'resourcesSummary': {
'resourcesProcessed': 123,
'resourcesFlagged': 123,
'resourcesIgnored': 123,
'resourcesSuppressed': 123
},
'categorySpecificSummary': {
'costOptimizing': {
'estimatedMonthlySavings': 123.0,
'estimatedPercentMonthlySavings': 123.0
}
},
'flaggedResources': [
{
'status': 'string',
'region': 'string',
'resourceId': 'string',
'isSuppressed': True|False,
'metadata': [
'string',
]
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment