Amazon ECS · Schema

Failure

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
arn string The ARN of the failed resource.
reason string The reason for the failure.
detail string The details of the failure.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-failure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Failure",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the failed resource."
    },
    "reason": {
      "type": "string",
      "description": "The reason for the failure."
    },
    "detail": {
      "type": "string",
      "description": "The details of the failure."
    }
  }
}