AWS Step Functions · Schema

TaskCredentials

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

iPaaSOrchestrationServerless

Properties

Name Type Description
roleArn object
View JSON Schema on GitHub

JSON Schema

step-functions-taskcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaskCredentials",
  "type": "object",
  "properties": {
    "roleArn": {}
  },
  "description": "Contains details about the credentials that Step Functions uses for a task."
}