AWS Step Functions · Schema

BillingDetails

An object that describes workflow billing details.

iPaaSOrchestrationServerless

Properties

Name Type Description
billedMemoryUsedInMB object
billedDurationInMilliseconds object
View JSON Schema on GitHub

JSON Schema

step-functions-billingdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BillingDetails",
  "type": "object",
  "properties": {
    "billedMemoryUsedInMB": {},
    "billedDurationInMilliseconds": {}
  },
  "description": "An object that describes workflow billing details."
}