Amazon EMR · Example Payload

Amazon Emr Example

example-value

Amazon Emr Example is an example object payload from Amazon EMR, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatusreleaseLabelapplicationsinstanceCollectionTypelogUriautoTerminatetags

Example Payload

Raw ↑
{
  "id": "example-value",
  "name": "example-value",
  "status": {
    "state": "WAITING",
    "stateChangeReason": {
      "code": "example-value",
      "message": "example-value"
    },
    "timeline": {
      "creationDateTime": "2025-01-15T00:00:00Z",
      "readyDateTime": "2025-01-15T00:00:00Z",
      "endDateTime": "2025-01-15T00:00:00Z"
    }
  },
  "releaseLabel": "example-value",
  "applications": [
    {
      "name": "example-value",
      "version": "example-value"
    }
  ],
  "instanceCollectionType": "INSTANCE_GROUP",
  "logUri": "example-value",
  "autoTerminate": true,
  "tags": [
    {
      "key": "example-value",
      "value": "example-value"
    }
  ]
}