AWS Step Functions · JSON Structure

Step Functions Billingdetails Structure

An object that describes workflow billing details.

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Billingdetails Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "BillingDetails",
  "type": "object",
  "description": "An object that describes workflow billing details.",
  "fields": [
    {
      "name": "billedMemoryUsedInMB",
      "type": "string"
    },
    {
      "name": "billedDurationInMilliseconds",
      "type": "string"
    }
  ]
}