Get Flow Alias
bedrockagent_get_flow_alias | R Documentation |
Retrieves information about a flow¶
Description¶
Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
Usage¶
Arguments¶
aliasIdentifier
[required] The unique identifier of the alias for which to retrieve information.
flowIdentifier
[required] The unique identifier of the flow that the alias belongs to.
Value¶
A list with the following syntax:
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
flowId = "string",
id = "string",
name = "string",
routingConfiguration = list(
list(
flowVersion = "string"
)
),
updatedAt = as.POSIXct(
"2015-01-01"
)
)