Class: Aws::BedrockAgent::Types::CreateFlowRequest

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

#client_tokenString

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency].

**A suitable default value is auto-generated.** You should normally not need to pass this option.

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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

#customer_encryption_key_arnString

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

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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

#definitionTypes::FlowDefinition

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



1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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

#descriptionString

A description for the flow.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

class CreateFlowRequest < Struct.new(
  :client_token,
  :customer_encryption_key_arn,
  :definition,
  :description,
  :execution_role_arn,
  :name,
  :tags)
  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)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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

#nameString

A name for the flow.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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

#tagsHash<String,String>

Any tags that you want to attach to the flow. For more information, see [Tagging resources in Amazon Bedrock].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/tagging.html

Returns:

  • (Hash<String,String>)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1709

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