Created
November 22, 2019 14:50
-
-
Save rah003/9e272ee3361e90ac859d62869cc12876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def retrieveData(self, results, filter): | |
data = cd.get_cost_and_usage(TimePeriod={'Start': start, 'End': end}, | |
Granularity='MONTHLY', Metrics=['UnblendedCost'], | |
**filter, | |
GroupBy=[{'Type': 'DIMENSION', 'Key': 'LINKED_ACCOUNT'}, {'Type': 'DIMENSION', 'Key': 'SERVICE'}], **kwargs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment