Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails

import type { AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A resource to assign to a container.

interface AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails {
Type?: string | null;
Value?: string | null;
}

§Properties

§
Type?: string | null
[src]

The type of resource to assign to a container. Valid values are GPU or InferenceAccelerator.

§
Value?: string | null
[src]

The value for the specified resource type.

For GPU, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container.

For InferenceAccelerator, the value should match the DeviceName attribute of an entry in InferenceAccelerators.