Class: Aws::BedrockAgent::Types::UpdateFlowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_encryption_key_arnString

The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.

Returns:

  • (String)


7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::FlowDefinition

A definition of the nodes and the connections between the nodes in the flow.



7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the flow.

Returns:

  • (String)


7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

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.

[1]: docs.aws.amazon.com/bedrock/latest/userguide/flows-permissions.html

Returns:

  • (String)


7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the flow.

Returns:

  • (String)


7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7438

class UpdateFlowRequest < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :flow_identifier,
  :name)
  SENSITIVE = []
  include Aws::Structure
end