AWS::Pipes::Pipe EcsInferenceAcceleratorOverride - AWS CloudFormation

AWS::Pipes::Pipe EcsInferenceAcceleratorOverride

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "DeviceName" : String, "DeviceType" : String }

YAML

DeviceName: String DeviceType: String

Properties

DeviceName

The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

Required: No

Type: String

Update requires: No interruption

DeviceType

The Elastic Inference accelerator type to use.

Required: No

Type: String

Update requires: No interruption