bedrockagent_update_flow {paws.machine.learning} | R Documentation |
Modifies a flow
Description
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.
Usage
bedrockagent_update_flow(
customerEncryptionKeyArn = NULL,
definition = NULL,
description = NULL,
executionRoleArn,
flowIdentifier,
name
)
Arguments
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. |