Creates an alias of an agent that can be used to deploy the agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_create_agent_alias/ for full documentation.
bedrockagent_create_agent_alias(
agentAliasName,
agentId,
clientToken = NULL,
description = NULL,
routingConfiguration = NULL,
tags = NULL
)
[required] The name of the alias.
[required] The unique identifier of the agent.
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.
A description of the alias of the agent.
Contains details about the routing configuration of the alias.
Any tags that you want to attach to the alias of the agent.