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

# aws_imagebuilder_image_pipeline{% #aws_imagebuilder_image_pipeline %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

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

## `container_recipe_arn`{% #container_recipe_arn %}

**Type**: `STRING`**Provider name**: `containerRecipeArn`**Description**: The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.

## `date_created`{% #date_created %}

**Type**: `STRING`**Provider name**: `dateCreated`**Description**: The date on which this image pipeline was created.

## `date_last_run`{% #date_last_run %}

**Type**: `STRING`**Provider name**: `dateLastRun`**Description**: This is no longer supported, and does not return a value.

## `date_next_run`{% #date_next_run %}

**Type**: `STRING`**Provider name**: `dateNextRun`**Description**: The next date when the pipeline is scheduled to run.

## `date_updated`{% #date_updated %}

**Type**: `STRING`**Provider name**: `dateUpdated`**Description**: The date on which this image pipeline was last updated.

## `description`{% #description %}

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

## `distribution_configuration_arn`{% #distribution_configuration_arn %}

**Type**: `STRING`**Provider name**: `distributionConfigurationArn`**Description**: The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.

## `enhanced_image_metadata_enabled`{% #enhanced_image_metadata_enabled %}

**Type**: `BOOLEAN`**Provider name**: `enhancedImageMetadataEnabled`**Description**: Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

## `execution_role`{% #execution_role %}

**Type**: `STRING`**Provider name**: `executionRole`**Description**: The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.

## `image_recipe_arn`{% #image_recipe_arn %}

**Type**: `STRING`**Provider name**: `imageRecipeArn`**Description**: The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

## `image_scanning_configuration`{% #image_scanning_configuration %}

**Type**: `STRUCT`**Provider name**: `imageScanningConfiguration`**Description**: Contains settings for vulnerability scans.

- `ecr_configuration`**Type**: `STRUCT`**Provider name**: `ecrConfiguration`**Description**: Contains Amazon ECR settings for vulnerability scans.
  - `container_tags`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `containerTags`**Description**: Tags for Image Builder to apply to the output container image that Amazon Inspector scans. Tags can help you identify and manage your scanned images.
  - `repository_name`**Type**: `STRING`**Provider name**: `repositoryName`**Description**: The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don't provide this information, Image Builder creates a repository in your account named `image-builder-image-scanning-repository` for vulnerability scans of your output container images.
- `image_scanning_enabled`**Type**: `BOOLEAN`**Provider name**: `imageScanningEnabled`**Description**: A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.

## `image_tests_configuration`{% #image_tests_configuration %}

**Type**: `STRUCT`**Provider name**: `imageTestsConfiguration`**Description**: The image tests configuration of the image pipeline.

- `image_tests_enabled`**Type**: `BOOLEAN`**Provider name**: `imageTestsEnabled`**Description**: Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
- `timeout_minutes`**Type**: `INT32`**Provider name**: `timeoutMinutes`**Description**: The maximum time in minutes that tests are permitted to run.The timeout property is not currently active. This value is ignored.

## `infrastructure_configuration_arn`{% #infrastructure_configuration_arn %}

**Type**: `STRING`**Provider name**: `infrastructureConfigurationArn`**Description**: The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: The name of the image pipeline.

## `platform`{% #platform %}

**Type**: `STRING`**Provider name**: `platform`**Description**: The platform of the image pipeline.

## `schedule`{% #schedule %}

**Type**: `STRUCT`**Provider name**: `schedule`**Description**: The schedule of the image pipeline.

- `pipeline_execution_start_condition`**Type**: `STRING`**Provider name**: `pipelineExecutionStartCondition`**Description**: The start condition configures when the pipeline should trigger a new image build, as follows. If no value is set Image Builder defaults to `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`.
  - `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE` (default) – When you use semantic version filters on the base image or components in your image recipe, EC2 Image Builder builds a new image only when there are new versions of the base image or components in your recipe that match the filter.For semantic version syntax, see [CreateComponent](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_CreateComponent.html).
  - `EXPRESSION_MATCH_ONLY` – This condition builds a new image every time the CRON expression matches the current time.
- `schedule_expression`**Type**: `STRING`**Provider name**: `scheduleExpression`**Description**: The cron expression determines how often EC2 Image Builder evaluates your `pipelineExecutionStartCondition`. For information on how to format a cron expression in Image Builder, see [Use cron expressions in EC2 Image Builder](https://docs.aws.amazon.com/imagebuilder/latest/userguide/image-builder-cron.html).
- `timezone`**Type**: `STRING`**Provider name**: `timezone`**Description**: The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the [IANA timezone format](https://www.joda.org/joda-time/timezones.html). If not specified this defaults to UTC.

## `status`{% #status %}

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

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `workflows`{% #workflows %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `workflows`**Description**: Contains the workflows that run for the image pipeline.

- `on_failure`**Type**: `STRING`**Provider name**: `onFailure`**Description**: The action to take if the workflow fails.
- `parallel_group`**Type**: `STRING`**Provider name**: `parallelGroup`**Description**: Test workflows are defined within named runtime groups called parallel groups. The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.
- `parameters`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `parameters`**Description**: Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the workflow parameter to set.
  - `value`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `value`**Description**: Sets the value for the named workflow parameter.
- `workflow_arn`**Type**: `STRING`**Provider name**: `workflowArn`**Description**: The Amazon Resource Name (ARN) of the workflow resource.
