|
1 | 1 | # https://github.com/awslabs/cid-data-collection-framework/blob/main/data-exports/deploy/data-exports-aggregation.yaml |
2 | 2 | AWSTemplateFormatVersion: "2010-09-09" |
3 | | -Description: AWS Billing Data Export Aggregation v0.5.0 - AWS Solution SO9011 |
| 3 | +Description: AWS Billing Data Export Aggregation v0.6.0 - AWS Solution SO9011 |
4 | 4 | Metadata: |
5 | 5 |
|
6 | 6 | AWS::CloudFormation::Interface: |
@@ -218,7 +218,7 @@ Mappings: |
218 | 218 | FROM COST_OPTIMIZATION_RECOMMENDATIONS |
219 | 219 | Carbon: |
220 | 220 | DefaultQuery: >- |
221 | | - SELECT last_refresh_timestamp, location, model_version, payer_account_id, product_code, region_code, total_mbm_emissions_unit, total_mbm_emissions_value, usage_account_id, usage_period_end, usage_period_start |
| 221 | + SELECT last_refresh_timestamp, location, model_version, payer_account_id, product_code, region_code, total_mbm_emissions_unit, total_mbm_emissions_value, total_lbm_emissions_unit, total_lbm_emissions_value, usage_account_id, usage_period_end, usage_period_start |
222 | 222 | FROM CARBON_EMISSIONS |
223 | 223 |
|
224 | 224 | Resources: |
@@ -1642,6 +1642,8 @@ Resources: |
1642 | 1642 | - {"Name": "usage_account_id", "Type": "string"} |
1643 | 1643 | - {"Name": "total_mbm_emissions_value", "Type": "double"} |
1644 | 1644 | - {"Name": "total_mbm_emissions_unit", "Type": "string"} |
| 1645 | + - {"Name": "total_lbm_emissions_value", "Type": "double"} |
| 1646 | + - {"Name": "total_lbm_emissions_unit", "Type": "string"} |
1645 | 1647 | - {"Name": "model_version", "Type": "string"} |
1646 | 1648 | - {"Name": "product_code", "Type": "string"} |
1647 | 1649 | - {"Name": "usage_period_start", "Type": "timestamp"} |
|
0 commit comments