Amazon Step Functions · JSON Structure

Amazon Step Functions Task Credentials Structure

Contains details about the credentials that Step Functions uses for a task.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

TaskCredentials is a JSON Structure definition published by Amazon Step Functions, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roleArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-task-credentials-structure.json",
  "name": "TaskCredentials",
  "description": "Contains details about the credentials that Step Functions uses for a task.",
  "properties": {
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongArn"
        },
        {
          "description": "The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account access to resources."
        }
      ]
    }
  }
}