View source: R/bedrockagent_operations.R
bedrockagent_update_flow | R Documentation |
Modifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_flow/ for full documentation.
bedrockagent_update_flow(
customerEncryptionKeyArn = NULL,
definition = NULL,
description = NULL,
executionRoleArn,
flowIdentifier,
name
)
customerEncryptionKeyArn |
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow. |
definition |
A definition of the nodes and the connections between the nodes in the flow. |
description |
A description for the flow. |
executionRoleArn |
[required] The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow. For more information, see Create a service role for flows in Amazon Bedrock in the Amazon Bedrock User Guide. |
flowIdentifier |
[required] The unique identifier of the flow. |
name |
[required] A name for the flow. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.