EstimatedCarbonEmissions
Contains estimated carbon emissions data for a specific time period and dimension grouping.
Contents
Note
In the following list, the required parameters are described first.
- DimensionsValues
-
The dimensions used to group emissions values.
Type: String to string map
Valid Keys:
USAGE_ACCOUNT_ID | REGION | SERVICERequired: Yes
- EmissionsValues
-
The emissions values for the requested emissions types.
Type: String to Emissions object map
Valid Keys:
TOTAL_LBM_CARBON_EMISSIONS | TOTAL_MBM_CARBON_EMISSIONS | TOTAL_SCOPE_1_CARBON_EMISSIONS | TOTAL_SCOPE_2_LBM_CARBON_EMISSIONS | TOTAL_SCOPE_2_MBM_CARBON_EMISSIONS | TOTAL_SCOPE_3_LBM_CARBON_EMISSIONS | TOTAL_SCOPE_3_MBM_CARBON_EMISSIONSRequired: Yes
- ModelVersion
-
The semantic version-formatted string that indicates the methodology version used to calculate the emission values.
Note
The AWS Sustainability service reflects the most recent model version for every month. You will not see two entries for the same month with different
ModelVersionvalues. To track the evolution of the methodology and compare emission values from previous versions, we recommend creating a Data Export.Type: String
Pattern:
v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?Required: Yes
- TimePeriod
-
The reporting period for emission values.
Type: TimePeriod object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: