aws-cdk-lib.aws_pipes.CfnPipe.EcsInferenceAcceleratorOverrideProperty

interface EcsInferenceAcceleratorOverrideProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.EcsInferenceAcceleratorOverrideProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_EcsInferenceAcceleratorOverrideProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.EcsInferenceAcceleratorOverrideProperty
Pythonaws_cdk.aws_pipes.CfnPipe.EcsInferenceAcceleratorOverrideProperty
TypeScript aws-cdk-lib » aws_pipes » CfnPipe » EcsInferenceAcceleratorOverrideProperty

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 .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const ecsInferenceAcceleratorOverrideProperty: pipes.CfnPipe.EcsInferenceAcceleratorOverrideProperty = {
  deviceName: 'deviceName',
  deviceType: 'deviceType',
};

Properties

NameTypeDescription
deviceName?stringThe Elastic Inference accelerator device name to override for the task.
deviceType?stringThe Elastic Inference accelerator type to use.

deviceName?

Type: string (optional)

The Elastic Inference accelerator device name to override for the task.

This parameter must match a deviceName specified in the task definition.


deviceType?

Type: string (optional)

The Elastic Inference accelerator type to use.