---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_deadline_fleet{% #aws_deadline_fleet %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `auto_scaling_status`{% #auto_scaling_status %}

**Type**: `STRING`**Provider name**: `autoScalingStatus`**Description**: The Auto Scaling status of a fleet.

## `configuration`{% #configuration %}

**Type**: `STRUCT`**Provider name**: `configuration`**Description**: The configuration details for the fleet.

- `customer_managed`**Type**: `STRUCT`**Provider name**: `customerManaged`**Description**: The customer managed fleets within a fleet configuration.
  - `mode`**Type**: `STRING`**Provider name**: `mode`**Description**: The Auto Scaling mode for the customer managed fleet configuration.
  - `storage_profile_id`**Type**: `STRING`**Provider name**: `storageProfileId`**Description**: The storage profile ID.
  - `worker_capabilities`**Type**: `STRUCT`**Provider name**: `workerCapabilities`**Description**: The worker capabilities for a customer managed fleet configuration.
    - `accelerator_count`**Type**: `STRUCT`**Provider name**: `acceleratorCount`**Description**: The range of the accelerator.
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum number of GPU accelerators in the worker host.
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum number of GPU accelerators in the worker host.
    - `accelerator_total_memory_mib`**Type**: `STRUCT`**Provider name**: `acceleratorTotalMemoryMiB`**Description**: The total memory (MiB) for the customer managed worker capabilities.
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum amount of memory to use for the accelerator, measured in MiB.
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum amount of memory to use for the accelerator, measured in MiB.
    - `accelerator_types`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `acceleratorTypes`**Description**: The accelerator types for the customer managed worker capabilities.
    - `cpu_architecture_type`**Type**: `STRING`**Provider name**: `cpuArchitectureType`**Description**: The CPU architecture type for the customer managed worker capabilities.
    - `custom_amounts`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `customAmounts`**Description**: Custom requirement ranges for customer managed worker capabilities.
      - `max`**Type**: `FLOAT`**Provider name**: `max`**Description**: The maximum amount of the fleet worker capability.
      - `min`**Type**: `FLOAT`**Provider name**: `min`**Description**: The minimum amount of fleet worker capability.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the fleet capability.
    - `custom_attributes`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `customAttributes`**Description**: Custom attributes for the customer manged worker capabilities.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the fleet attribute capability for the worker.
      - `values`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `values`**Description**: The number of fleet attribute capabilities.
    - `memory_mib`**Type**: `STRUCT`**Provider name**: `memoryMiB`**Description**: The memory (MiB).
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum amount of memory (in MiB).
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum amount of memory (in MiB).
    - `os_family`**Type**: `STRING`**Provider name**: `osFamily`**Description**: The operating system (OS) family.
    - `v_cpu_count`**Type**: `STRUCT`**Provider name**: `vCpuCount`**Description**: The vCPU count for the customer manged worker capabilities.
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum amount of vCPU.
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum amount of vCPU.
- `service_managed_ec2`**Type**: `STRUCT`**Provider name**: `serviceManagedEc2`**Description**: The service managed Amazon EC2 instances for a fleet configuration.
  - `instance_capabilities`**Type**: `STRUCT`**Provider name**: `instanceCapabilities`**Description**: The Amazon EC2 instance capabilities.
    - `accelerator_capabilities`**Type**: `STRUCT`**Provider name**: `acceleratorCapabilities`**Description**: Describes the GPU accelerator capabilities required for worker host instances in this fleet.
      - `count`**Type**: `STRUCT`**Provider name**: `count`**Description**: The number of GPU accelerators specified for worker hosts in this fleet.
        - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum number of GPU accelerators in the worker host.
        - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum number of GPU accelerators in the worker host.
      - `selections`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `selections`**Description**: A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
        - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the chip used by the GPU accelerator. If you specify `l4` as the name of the accelerator, you must specify `latest` or `grid:r550` as the runtime. The available GPU accelerators are:
          - `t4` - NVIDIA T4 Tensor Core GPU
          - `a10g` - NVIDIA A10G Tensor Core GPU
          - `l4` - NVIDIA L4 Tensor Core GPU
          - `l40s` - NVIDIA L40S Tensor Core GPU
        - `runtime`**Type**: `STRING`**Provider name**: `runtime`**Description**: Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. You can choose from the following runtimes:
          - `latest` - Use the latest runtime available for the chip. If you specify `latest` and a new version of the runtime is released, the new version of the runtime is used.
          - `grid:r550` - [NVIDIA vGPU software 17](https://docs.nvidia.com/vgpu/17.0/index.html)
          - `grid:r535` - [NVIDIA vGPU software 16](https://docs.nvidia.com/vgpu/16.0/index.html)
If you don't specify a runtime, Deadline Cloud uses `latest` as the default. However, if you have multiple accelerators and specify `latest` for some and leave others blank, Deadline Cloud raises an exception.
    - `allowed_instance_types`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `allowedInstanceTypes`**Description**: The allowable Amazon EC2 instance types.
    - `cpu_architecture_type`**Type**: `STRING`**Provider name**: `cpuArchitectureType`**Description**: The CPU architecture type.
    - `custom_amounts`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `customAmounts`**Description**: The custom capability amounts to require for instances in this fleet.
      - `max`**Type**: `FLOAT`**Provider name**: `max`**Description**: The maximum amount of the fleet worker capability.
      - `min`**Type**: `FLOAT`**Provider name**: `min`**Description**: The minimum amount of fleet worker capability.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the fleet capability.
    - `custom_attributes`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `customAttributes`**Description**: The custom capability attributes to require for instances in this fleet.
      - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the fleet attribute capability for the worker.
      - `values`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `values`**Description**: The number of fleet attribute capabilities.
    - `excluded_instance_types`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `excludedInstanceTypes`**Description**: The instance types to exclude from the fleet.
    - `memory_mib`**Type**: `STRUCT`**Provider name**: `memoryMiB`**Description**: The memory, as MiB, for the Amazon EC2 instance type.
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum amount of memory (in MiB).
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum amount of memory (in MiB).
    - `os_family`**Type**: `STRING`**Provider name**: `osFamily`**Description**: The operating system (OS) family.
    - `root_ebs_volume`**Type**: `STRUCT`**Provider name**: `rootEbsVolume`**Description**: The root EBS volume.
      - `iops`**Type**: `INT32`**Provider name**: `iops`**Description**: The IOPS per volume.
      - `size_gib`**Type**: `INT32`**Provider name**: `sizeGiB`**Description**: The EBS volume size in GiB.
      - `throughput_mib`**Type**: `INT32`**Provider name**: `throughputMiB`**Description**: The throughput per volume in MiB.
    - `v_cpu_count`**Type**: `STRUCT`**Provider name**: `vCpuCount`**Description**: The amount of vCPU to require for instances in this fleet.
      - `max`**Type**: `INT32`**Provider name**: `max`**Description**: The maximum amount of vCPU.
      - `min`**Type**: `INT32`**Provider name**: `min`**Description**: The minimum amount of vCPU.
  - `instance_market_options`**Type**: `STRUCT`**Provider name**: `instanceMarketOptions`**Description**: The Amazon EC2 market type.
    - `type`**Type**: `STRING`**Provider name**: `type`**Description**: The Amazon EC2 instance type.

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The date and time the resource was created.

## `created_by`{% #created_by %}

**Type**: `STRING`**Provider name**: `createdBy`**Description**: The user or system that created this resource.

## `farm_id`{% #farm_id %}

**Type**: `STRING`**Provider name**: `farmId`**Description**: The farm ID.

## `fleet_id`{% #fleet_id %}

**Type**: `STRING`**Provider name**: `fleetId`**Description**: The fleet ID.

## `max_worker_count`{% #max_worker_count %}

**Type**: `INT32`**Provider name**: `maxWorkerCount`**Description**: The maximum number of workers specified in the fleet.

## `min_worker_count`{% #min_worker_count %}

**Type**: `INT32`**Provider name**: `minWorkerCount`**Description**: The minimum number of workers in the fleet.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of the fleet.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `target_worker_count`{% #target_worker_count %}

**Type**: `INT32`**Provider name**: `targetWorkerCount`**Description**: The target number of workers in a fleet.

## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP`**Provider name**: `updatedAt`**Description**: The date and time the resource was updated.

## `updated_by`{% #updated_by %}

**Type**: `STRING`**Provider name**: `updatedBy`**Description**: The user or system that updated this resource.

## `worker_count`{% #worker_count %}

**Type**: `INT32`**Provider name**: `workerCount`**Description**: The number of workers in the fleet summary.
