This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_bedrock_agent_alias

account_id

Type: STRING

agent_alias_arn

Type: STRING
Provider name: agentAliasArn
Description: The Amazon Resource Name (ARN) of the alias of the agent.

agent_alias_history_events

Type: UNORDERED_LIST_STRUCT
Provider name: agentAliasHistoryEvents
Description: Contains details about the history of the alias.

  • end_date
    Type: TIMESTAMP
    Provider name: endDate
    Description: The date that the alias stopped being associated to the version in the routingConfiguration object
  • routing_configuration
    Type: UNORDERED_LIST_STRUCT
    Provider name: routingConfiguration
    Description: Contains details about the version of the agent with which the alias is associated.
    • agent_version
      Type: STRING
      Provider name: agentVersion
      Description: The version of the agent with which the alias is associated.
    • provisioned_throughput
      Type: STRING
      Provider name: provisionedThroughput
      Description: Information on the Provisioned Throughput assigned to an agent alias.
  • start_date
    Type: TIMESTAMP
    Provider name: startDate
    Description: The date that the alias began being associated to the version in the routingConfiguration object.

agent_alias_id

Type: STRING
Provider name: agentAliasId
Description: The unique identifier of the alias of the agent.

agent_alias_name

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

agent_alias_status

Type: STRING
Provider name: agentAliasStatus
Description: The status of the alias of the agent and whether it is ready for use. The following statuses are possible:

  • CREATING – The agent alias is being created.
  • PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
  • FAILED – The agent alias API operation failed.
  • UPDATING – The agent alias is being updated.
  • DELETING – The agent alias is being deleted.
  • DISSOCIATED - The agent alias has no version associated with it.

agent_id

Type: STRING
Provider name: agentId
Description: The unique identifier of the agent.

client_token

Type: STRING
Provider name: clientToken
Description: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The time at which the alias of the agent was created.

description

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

failure_reasons

Type: UNORDERED_LIST_STRING
Provider name: failureReasons
Description: Information on the failure of Provisioned Throughput assigned to an agent alias.

routing_configuration

Type: UNORDERED_LIST_STRUCT
Provider name: routingConfiguration
Description: Contains details about the routing configuration of the alias.

  • agent_version
    Type: STRING
    Provider name: agentVersion
    Description: The version of the agent with which the alias is associated.
  • provisioned_throughput
    Type: STRING
    Provider name: provisionedThroughput
    Description: Information on the Provisioned Throughput assigned to an agent alias.

tags

Type: UNORDERED_LIST_STRING

updated_at

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

PREVIEWING: may/lambda-logs-http-server-source