Skip to content

Commit

Permalink
Fix ri/sp time colum types (#939)
Browse files Browse the repository at this point in the history
* Update data-exports-aggregation.yaml

* Update data-exports-aggregation.yaml
  • Loading branch information
iakov-aws authored Sep 17, 2024
1 parent dc99f98 commit e277ed4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cfn-templates/data-exports-aggregation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: "2010-09-09"
Description: AWS Billing Data Export Aggregation v0.1.0
Description: AWS Billing Data Export Aggregation v0.1.3
Metadata:

AWS::CloudFormation::Interface:
Expand Down Expand Up @@ -921,20 +921,20 @@ Resources:
- {"Name": "product_to_location", "Type": "string" }
- {"Name": "reservation_amortized_upfront_fee_for_billing_period", "Type": "double" }
- {"Name": "reservation_effective_cost", "Type": "double" }
- {"Name": "reservation_end_time", "Type": "timestamp" }
- {"Name": "reservation_end_time", "Type": "string" }
- {"Name": "reservation_reservation_a_r_n", "Type": "string" }
- {"Name": "reservation_start_time", "Type": "timestamp" }
- {"Name": "reservation_start_time", "Type": "string" }
- {"Name": "reservation_unused_amortized_upfront_fee_for_billing_period", "Type": "double" }
- {"Name": "reservation_unused_recurring_fee", "Type": "double" }
- {"Name": "resource_tags", "Type": "map<string,string>" }
- {"Name": "savings_plan_amortized_upfront_commitment_for_billing_period", "Type": "double" }
- {"Name": "savings_plan_end_time", "Type": "timestamp" }
- {"Name": "savings_plan_end_time", "Type": "string" }
- {"Name": "savings_plan_offering_type", "Type": "string" }
- {"Name": "savings_plan_payment_option", "Type": "string" }
- {"Name": "savings_plan_purchase_term", "Type": "string" }
- {"Name": "savings_plan_savings_plan_a_r_n", "Type": "string" }
- {"Name": "savings_plan_savings_plan_effective_cost", "Type": "double" }
- {"Name": "savings_plan_start_time", "Type": "timestamp" }
- {"Name": "savings_plan_start_time", "Type": "string" }
- {"Name": "savings_plan_total_commitment_to_date", "Type": "double" }
- {"Name": "savings_plan_used_commitment", "Type": "double" }
- {"Name": "split_line_item_parent_resource_id", "Type": "string" }
Expand Down

0 comments on commit e277ed4

Please sign in to comment.