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
)
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
A definition of the nodes and the connections between the nodes in the flow.
A description for the flow.
[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.
[required] The unique identifier of the flow.
[required] A name for the flow.