Class: Aws::BedrockAgent::Types::UpdateFlowRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateFlowRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #customer_encryption_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
 - 
  
    
      #definition  ⇒ Types::FlowDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A definition of the nodes and the connections between the nodes in the flow.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description for the flow.
 - 
  
    
      #execution_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.
 - 
  
    
      #flow_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the flow.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A name for the flow.
 
Instance Attribute Details
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::FlowDefinition
A definition of the nodes and the connections between the nodes in the flow.
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description for the flow.
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#execution_role_arn ⇒ String
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
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_identifier ⇒ String
The unique identifier of the flow.
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A name for the flow.
      7557 7558 7559 7560 7561 7562 7563 7564 7565 7566  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7557 class UpdateFlowRequest < Struct.new( :customer_encryption_key_arn, :definition, :description, :execution_role_arn, :flow_identifier, :name) SENSITIVE = [] include Aws::Structure end  |