This product is not supported for your selected Datadog site. ().

aws_bedrock_flow_alias

account_id

Type: STRING

arn

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

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

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

description

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

flow_id

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

id

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

name

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

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

Type: UNORDERED_LIST_STRING

updated_at

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

PREVIEWING: may/embedded-workflows