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

# aws_bedrock_flow_alias{% #aws_bedrock_flow_alias %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

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

## `concurrency_configuration`{% #concurrency_configuration %}

**Type**: `STRUCT`**Provider name**: `concurrencyConfiguration`**Description**: The configuration that specifies how nodes in the flow are executed in parallel.

- `max_concurrency`**Type**: `INT32`**Provider name**: `maxConcurrency`**Description**: The maximum number of nodes that can be executed concurrently in the flow.
- `type`**Type**: `STRING`**Provider name**: `type`**Description**: The type of concurrency to use for parallel node execution. Specify one of the following options:
  - `Automatic` - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.
  - `Manual` - You specify which nodes can be executed in parallel.

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The time at which the flow was created.

## `description`{% #description %}

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

## `flow_id`{% #flow_id %}

**Type**: `STRING`**Provider name**: `flowId`**Description**: The unique identifier of the flow that the alias belongs to.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: The unique identifier of the alias of the flow.

## `name`{% #name %}

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

## `routing_configuration`{% #routing_configuration %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `routingConfiguration`**Description**: Contains information about the version that the alias is mapped to.

- `flow_version`**Type**: `STRING`**Provider name**: `flowVersion`**Description**: The version that the alias maps to.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP`**Provider name**: `updatedAt`**Description**: The time at which the alias was last updated.
