Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Ecs Inference Accelerator Override Structure

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Type: object Properties: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

EcsInferenceAcceleratorOverride is a JSON Structure definition published by Amazon EventBridge Pipes, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deviceName deviceType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-ecs-inference-accelerator-override-structure.json",
  "name": "EcsInferenceAcceleratorOverride",
  "description": "Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/userguide/ecs-inference.html\">Working with Amazon Elastic Inference on Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.",
  "type": "object",
  "properties": {
    "deviceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Elastic Inference accelerator device name to override for the task. This parameter must match a <code>deviceName</code> specified in the task definition."
        }
      ]
    },
    "deviceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Elastic Inference accelerator type to use."
        }
      ]
    }
  }
}