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

# aws_imagebuilder_workflow{% #aws_imagebuilder_workflow %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `arn`{% #arn %}

**Type**: `STRING` **Provider name**: `arn` **Description**: The Amazon Resource Name (ARN) of the workflow resource. 

## `change_description`{% #change_description %}

**Type**: `STRING` **Provider name**: `changeDescription` **Description**: Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow. 

## `data`{% #data %}

**Type**: `STRING` **Provider name**: `data` **Description**: Contains the YAML document content for the workflow. 

## `date_created`{% #date_created %}

**Type**: `STRING` **Provider name**: `dateCreated` **Description**: The timestamp when Image Builder created the workflow resource. 

## `description`{% #description %}

**Type**: `STRING` **Provider name**: `description` **Description**: The description of the workflow. 

## `kms_key_id`{% #kms_key_id %}

**Type**: `STRING` **Provider name**: `kmsKeyId` **Description**: The KMS key identifier used to encrypt the workflow resource. 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The name of the workflow resource. 

## `owner`{% #owner %}

**Type**: `STRING` **Provider name**: `owner` **Description**: The owner of the workflow resource. 

## `parameters`{% #parameters %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `parameters` **Description**: An array of input parameters that that the image workflow uses to control actions or configure settings. 

- `default_value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `defaultValue`**Description**: The default value of this parameter if no input is provided.
- `description`**Type**: `STRING`**Provider name**: `description`**Description**: Describes this parameter.
- `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of this input parameter.
- `type`**Type**: `STRING`**Provider name**: `type`**Description**: The type of input this parameter provides. The currently supported value is "string".

## `state`{% #state %}

**Type**: `STRUCT` **Provider name**: `state` **Description**: Describes the current status of the workflow and the reason for that status. 

- `reason`**Type**: `STRING`**Provider name**: `reason`**Description**: Describes how or why the workflow changed state.
- `status`**Type**: `STRING`**Provider name**: `status`**Description**: The current state of the workflow.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `type`{% #type %}

**Type**: `STRING` **Provider name**: `type` **Description**: Specifies the image creation stage that the workflow applies to. Image Builder currently supports build and test workflows. 

## `version`{% #version %}

**Type**: `STRING` **Provider name**: `version` **Description**: The workflow resource version. Workflow resources are immutable. To make a change, you can clone a workflow or create a new version. 
