We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.bedrock.getFlow
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::Bedrock::Flow Resource Type
Using getFlow
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFlow(args: GetFlowArgs, opts?: InvokeOptions): Promise<GetFlowResult>
function getFlowOutput(args: GetFlowOutputArgs, opts?: InvokeOptions): Output<GetFlowResult>
def get_flow(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowResult
def get_flow_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFlowResult]
func LookupFlow(ctx *Context, args *LookupFlowArgs, opts ...InvokeOption) (*LookupFlowResult, error)
func LookupFlowOutput(ctx *Context, args *LookupFlowOutputArgs, opts ...InvokeOption) LookupFlowResultOutput
> Note: This function is named LookupFlow
in the Go SDK.
public static class GetFlow
{
public static Task<GetFlowResult> InvokeAsync(GetFlowArgs args, InvokeOptions? opts = null)
public static Output<GetFlowResult> Invoke(GetFlowInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlowResult> getFlow(GetFlowArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:bedrock:getFlow
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- Arn representation of the Flow
- Arn string
- Arn representation of the Flow
- arn String
- Arn representation of the Flow
- arn string
- Arn representation of the Flow
- arn str
- Arn representation of the Flow
- arn String
- Arn representation of the Flow
getFlow Result
The following output properties are available:
- Arn string
- Arn representation of the Flow
- Created
At string - Time Stamp.
- Customer
Encryption stringKey Arn - A KMS key ARN
- Definition
Pulumi.
Aws Native. Bedrock. Outputs. Flow Definition - The definition of the nodes and connections between the nodes in the flow.
- Description string
- Description of the flow
- Execution
Role stringArn - ARN of a IAM role
- Id string
- Identifier for a Flow
- Name string
- Name for the flow
- Status
Pulumi.
Aws Native. Bedrock. Flow Status - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Dictionary<string, string>
- Updated
At string - Time Stamp.
- Validations
List<Pulumi.
Aws Native. Bedrock. Outputs. Flow Validation> - Version string
- Draft Version.
- Arn string
- Arn representation of the Flow
- Created
At string - Time Stamp.
- Customer
Encryption stringKey Arn - A KMS key ARN
- Definition
Flow
Definition - The definition of the nodes and connections between the nodes in the flow.
- Description string
- Description of the flow
- Execution
Role stringArn - ARN of a IAM role
- Id string
- Identifier for a Flow
- Name string
- Name for the flow
- Status
Flow
Status - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- map[string]string
- Updated
At string - Time Stamp.
- Validations
[]Flow
Validation - Version string
- Draft Version.
- arn String
- Arn representation of the Flow
- created
At String - Time Stamp.
- customer
Encryption StringKey Arn - A KMS key ARN
- definition
Flow
Definition - The definition of the nodes and connections between the nodes in the flow.
- description String
- Description of the flow
- execution
Role StringArn - ARN of a IAM role
- id String
- Identifier for a Flow
- name String
- Name for the flow
- status
Flow
Status - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Map<String,String>
- updated
At String - Time Stamp.
- validations
List<Flow
Validation> - version String
- Draft Version.
- arn string
- Arn representation of the Flow
- created
At string - Time Stamp.
- customer
Encryption stringKey Arn - A KMS key ARN
- definition
Flow
Definition - The definition of the nodes and connections between the nodes in the flow.
- description string
- Description of the flow
- execution
Role stringArn - ARN of a IAM role
- id string
- Identifier for a Flow
- name string
- Name for the flow
- status
Flow
Status - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- {[key: string]: string}
- updated
At string - Time Stamp.
- validations
Flow
Validation[] - version string
- Draft Version.
- arn str
- Arn representation of the Flow
- created_
at str - Time Stamp.
- customer_
encryption_ strkey_ arn - A KMS key ARN
- definition
Flow
Definition - The definition of the nodes and connections between the nodes in the flow.
- description str
- Description of the flow
- execution_
role_ strarn - ARN of a IAM role
- id str
- Identifier for a Flow
- name str
- Name for the flow
- status
Flow
Status - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Mapping[str, str]
- updated_
at str - Time Stamp.
- validations
Sequence[Flow
Validation] - version str
- Draft Version.
- arn String
- Arn representation of the Flow
- created
At String - Time Stamp.
- customer
Encryption StringKey Arn - A KMS key ARN
- definition Property Map
- The definition of the nodes and connections between the nodes in the flow.
- description String
- Description of the flow
- execution
Role StringArn - ARN of a IAM role
- id String
- Identifier for a Flow
- name String
- Name for the flow
- status
"Failed" | "Prepared" | "Preparing" | "Not
Prepared" - The status of the flow. The following statuses are possible:
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFT
version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFT
version. - Preparing – The flow is being prepared so that the
DRAFT
version contains the latest changes for testing. - Prepared – The flow is prepared and the
DRAFT
version contains the latest changes for testing. - Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validations
field.
- NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Map<String>
- updated
At String - Time Stamp.
- validations List<Property Map>
- version String
- Draft Version.
Supporting Types
FlowAgentFlowNodeConfiguration
- Agent
Alias stringArn - Arn representation of the Agent Alias.
- Agent
Alias stringArn - Arn representation of the Agent Alias.
- agent
Alias StringArn - Arn representation of the Agent Alias.
- agent
Alias stringArn - Arn representation of the Agent Alias.
- agent_
alias_ strarn - Arn representation of the Agent Alias.
- agent
Alias StringArn - Arn representation of the Agent Alias.
FlowCondition
- Name string
- Name of a condition in a flow
- Expression string
- Expression for a condition in a flow
- Name string
- Name of a condition in a flow
- Expression string
- Expression for a condition in a flow
- name String
- Name of a condition in a flow
- expression String
- Expression for a condition in a flow
- name string
- Name of a condition in a flow
- expression string
- Expression for a condition in a flow
- name str
- Name of a condition in a flow
- expression str
- Expression for a condition in a flow
- name String
- Name of a condition in a flow
- expression String
- Expression for a condition in a flow
FlowConditionFlowNodeConfiguration
- Conditions
List<Pulumi.
Aws Native. Bedrock. Inputs. Flow Condition> - List of conditions in a condition node
- Conditions
[]Flow
Condition - List of conditions in a condition node
- conditions
List<Flow
Condition> - List of conditions in a condition node
- conditions
Flow
Condition[] - List of conditions in a condition node
- conditions
Sequence[Flow
Condition] - List of conditions in a condition node
- conditions List<Property Map>
- List of conditions in a condition node
FlowConditionalConnectionConfiguration
- Condition string
- Name of a condition in a flow
- Condition string
- Name of a condition in a flow
- condition String
- Name of a condition in a flow
- condition string
- Name of a condition in a flow
- condition str
- Name of a condition in a flow
- condition String
- Name of a condition in a flow
FlowConnection
- Name string
- Name of a connection in a flow
- Source string
- Name of a node in a flow
- Target string
- Name of a node in a flow
- Type
Pulumi.
Aws Native. Bedrock. Flow Connection Type - Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - Configuration
Pulumi.
Aws | Pulumi.Native. Bedrock. Inputs. Flow Connection Configuration0Properties Aws Native. Bedrock. Inputs. Flow Connection Configuration1Properties - The configuration of the connection.
- Name string
- Name of a connection in a flow
- Source string
- Name of a node in a flow
- Target string
- Name of a node in a flow
- Type
Flow
Connection Type - Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - Configuration
Flow
Connection | FlowConfiguration0Properties Connection Configuration1Properties - The configuration of the connection.
- name String
- Name of a connection in a flow
- source String
- Name of a node in a flow
- target String
- Name of a node in a flow
- type
Flow
Connection Type - Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - configuration
Flow
Connection | FlowConfiguration0Properties Connection Configuration1Properties - The configuration of the connection.
- name string
- Name of a connection in a flow
- source string
- Name of a node in a flow
- target string
- Name of a node in a flow
- type
Flow
Connection Type - Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - configuration
Flow
Connection | FlowConfiguration0Properties Connection Configuration1Properties - The configuration of the connection.
- name str
- Name of a connection in a flow
- source str
- Name of a node in a flow
- target str
- Name of a node in a flow
- type
Flow
Connection Type - Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - configuration
Flow
Connection | FlowConfiguration0Properties Connection Configuration1Properties - The configuration of the connection.
- name String
- Name of a connection in a flow
- source String
- Name of a node in a flow
- target String
- Name of a node in a flow
- type "Data" | "Conditional"
- Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
). - configuration Property Map | Property Map
- The configuration of the connection.
FlowConnectionConfiguration0Properties
FlowConnectionConfiguration1Properties
FlowConnectionType
FlowDataConnectionConfiguration
- Source
Output string - Name of a node output in a flow
- Target
Input string - Name of a node input in a flow
- Source
Output string - Name of a node output in a flow
- Target
Input string - Name of a node input in a flow
- source
Output String - Name of a node output in a flow
- target
Input String - Name of a node input in a flow
- source
Output string - Name of a node output in a flow
- target
Input string - Name of a node input in a flow
- source_
output str - Name of a node output in a flow
- target_
input str - Name of a node input in a flow
- source
Output String - Name of a node output in a flow
- target
Input String - Name of a node input in a flow
FlowDefinition
- Connections
List<Pulumi.
Aws Native. Bedrock. Inputs. Flow Connection> - List of connections
- Nodes
List<Pulumi.
Aws Native. Bedrock. Inputs. Flow Node> - List of nodes in a flow
- Connections
[]Flow
Connection - List of connections
- Nodes
[]Flow
Node - List of nodes in a flow
- connections
List<Flow
Connection> - List of connections
- nodes
List<Flow
Node> - List of nodes in a flow
- connections
Flow
Connection[] - List of connections
- nodes
Flow
Node[] - List of nodes in a flow
- connections
Sequence[Flow
Connection] - List of connections
- nodes
Sequence[Flow
Node] - List of nodes in a flow
- connections List<Property Map>
- List of connections
- nodes List<Property Map>
- List of nodes in a flow
FlowKnowledgeBaseFlowNodeConfiguration
- Knowledge
Base stringId - Identifier of the KnowledgeBase
- Model
Id string - ARN or name of a Bedrock model.
- Knowledge
Base stringId - Identifier of the KnowledgeBase
- Model
Id string - ARN or name of a Bedrock model.
- knowledge
Base StringId - Identifier of the KnowledgeBase
- model
Id String - ARN or name of a Bedrock model.
- knowledge
Base stringId - Identifier of the KnowledgeBase
- model
Id string - ARN or name of a Bedrock model.
- knowledge_
base_ strid - Identifier of the KnowledgeBase
- model_
id str - ARN or name of a Bedrock model.
- knowledge
Base StringId - Identifier of the KnowledgeBase
- model
Id String - ARN or name of a Bedrock model.
FlowLambdaFunctionFlowNodeConfiguration
- Lambda
Arn string - ARN of a Lambda.
- Lambda
Arn string - ARN of a Lambda.
- lambda
Arn String - ARN of a Lambda.
- lambda
Arn string - ARN of a Lambda.
- lambda_
arn str - ARN of a Lambda.
- lambda
Arn String - ARN of a Lambda.
FlowLexFlowNodeConfiguration
- Bot
Alias stringArn - ARN of a Lex bot alias
- Locale
Id string - Lex bot locale id
- Bot
Alias stringArn - ARN of a Lex bot alias
- Locale
Id string - Lex bot locale id
- bot
Alias StringArn - ARN of a Lex bot alias
- locale
Id String - Lex bot locale id
- bot
Alias stringArn - ARN of a Lex bot alias
- locale
Id string - Lex bot locale id
- bot_
alias_ strarn - ARN of a Lex bot alias
- locale_
id str - Lex bot locale id
- bot
Alias StringArn - ARN of a Lex bot alias
- locale
Id String - Lex bot locale id
FlowNode
- Name string
- Name of a node in a flow
- Type
Pulumi.
Aws Native. Bedrock. Flow Node Type - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - Configuration
Pulumi.
Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration0Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration1Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration2Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration3Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration4Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration5Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration6Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration7Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration8Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration9Properties Aws | Pulumi.Native. Bedrock. Inputs. Flow Node Configuration10Properties Aws Native. Bedrock. Inputs. Flow Node Configuration11Properties - Contains configurations for the node.
- Inputs
List<Pulumi.
Aws Native. Bedrock. Inputs. Flow Node Input> - List of node inputs in a flow
- Outputs
List<Pulumi.
Aws Native. Bedrock. Inputs. Flow Node Output> - List of node outputs in a flow
- Name string
- Name of a node in a flow
- Type
Flow
Node Type - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - Configuration
Flow
Node | FlowConfiguration0Properties Node | FlowConfiguration1Properties Node | FlowConfiguration2Properties Node | FlowConfiguration3Properties Node | FlowConfiguration4Properties Node | FlowConfiguration5Properties Node | FlowConfiguration6Properties Node | FlowConfiguration7Properties Node | FlowConfiguration8Properties Node | FlowConfiguration9Properties Node | FlowConfiguration10Properties Node Configuration11Properties - Contains configurations for the node.
- Inputs
[]Flow
Node Input Type - List of node inputs in a flow
- Outputs
[]Flow
Node Output Type - List of node outputs in a flow
- name String
- Name of a node in a flow
- type
Flow
Node Type - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - configuration
Flow
Node | FlowConfiguration0Properties Node | FlowConfiguration1Properties Node | FlowConfiguration2Properties Node | FlowConfiguration3Properties Node | FlowConfiguration4Properties Node | FlowConfiguration5Properties Node | FlowConfiguration6Properties Node | FlowConfiguration7Properties Node | FlowConfiguration8Properties Node | FlowConfiguration9Properties Node | FlowConfiguration10Properties Node Configuration11Properties - Contains configurations for the node.
- inputs
List<Flow
Node Input> - List of node inputs in a flow
- outputs
List<Flow
Node Output> - List of node outputs in a flow
- name string
- Name of a node in a flow
- type
Flow
Node Type - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - configuration
Flow
Node | FlowConfiguration0Properties Node | FlowConfiguration1Properties Node | FlowConfiguration2Properties Node | FlowConfiguration3Properties Node | FlowConfiguration4Properties Node | FlowConfiguration5Properties Node | FlowConfiguration6Properties Node | FlowConfiguration7Properties Node | FlowConfiguration8Properties Node | FlowConfiguration9Properties Node | FlowConfiguration10Properties Node Configuration11Properties - Contains configurations for the node.
- inputs
Flow
Node Input[] - List of node inputs in a flow
- outputs
Flow
Node Output[] - List of node outputs in a flow
- name str
- Name of a node in a flow
- type
Flow
Node Type - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - configuration
Flow
Node | FlowConfiguration0Properties Node | FlowConfiguration1Properties Node | FlowConfiguration2Properties Node | FlowConfiguration3Properties Node | FlowConfiguration4Properties Node | FlowConfiguration5Properties Node | FlowConfiguration6Properties Node | FlowConfiguration7Properties Node | FlowConfiguration8Properties Node | FlowConfiguration9Properties Node | FlowConfiguration10Properties Node Configuration11Properties - Contains configurations for the node.
- inputs
Sequence[Flow
Node Input] - List of node inputs in a flow
- outputs
Sequence[Flow
Node Output] - List of node outputs in a flow
- name String
- Name of a node in a flow
- type
"Input" | "Output" | "Knowledge
Base" | "Condition" | "Lex" | "Prompt" | "Lambda Function" | "Agent" | "Storage" | "Retrieval" | "Iterator" | "Collector" - The type of node. This value must match the name of the key that you provide in the configuration you provide in the
FlowNodeConfiguration
field. - configuration Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Contains configurations for the node.
- inputs List<Property Map>
- List of node inputs in a flow
- outputs List<Property Map>
- List of node outputs in a flow
FlowNodeConfiguration0Properties
FlowNodeConfiguration10Properties
FlowNodeConfiguration11Properties
FlowNodeConfiguration1Properties
FlowNodeConfiguration2Properties
FlowNodeConfiguration3Properties
FlowNodeConfiguration4Properties
FlowNodeConfiguration5Properties
FlowNodeConfiguration6Properties
FlowNodeConfiguration7Properties
FlowNodeConfiguration8Properties
FlowNodeConfiguration9Properties
FlowNodeInput
- Expression string
- Expression for a node input in a flow
- Name string
- Name of a node input in a flow
- Type
Pulumi.
Aws Native. Bedrock. Flow Node Io Data Type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
- Expression string
- Expression for a node input in a flow
- Name string
- Name of a node input in a flow
- Type
Flow
Node Io Data Type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
- expression String
- Expression for a node input in a flow
- name String
- Name of a node input in a flow
- type
Flow
Node Io Data Type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
- expression string
- Expression for a node input in a flow
- name string
- Name of a node input in a flow
- type
Flow
Node Io Data Type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
- expression str
- Expression for a node input in a flow
- name str
- Name of a node input in a flow
- type
Flow
Node Io Data Type - The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
- expression String
- Expression for a node input in a flow
- name String
- Name of a node input in a flow
- type "String" | "Number" | "Boolean" | "Object" | "Array"
- The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
FlowNodeIoDataType
FlowNodeOutput
- Name string
- Name of a node output in a flow
- Type
Pulumi.
Aws Native. Bedrock. Flow Node Io Data Type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- Name string
- Name of a node output in a flow
- Type
Flow
Node Io Data Type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- name String
- Name of a node output in a flow
- type
Flow
Node Io Data Type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- name string
- Name of a node output in a flow
- type
Flow
Node Io Data Type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- name str
- Name of a node output in a flow
- type
Flow
Node Io Data Type - The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
- name String
- Name of a node output in a flow
- type "String" | "Number" | "Boolean" | "Object" | "Array"
- The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
FlowNodeType
FlowPromptFlowNodeConfiguration
FlowPromptFlowNodeInlineConfiguration
- model
Id String - ARN or name of a Bedrock model.
- template
Configuration Property Map - template
Type "TEXT" - inference
Configuration Property Map
FlowPromptFlowNodeResourceConfiguration
- Prompt
Arn string - ARN of a prompt resource possibly with a version
- Prompt
Arn string - ARN of a prompt resource possibly with a version
- prompt
Arn String - ARN of a prompt resource possibly with a version
- prompt
Arn string - ARN of a prompt resource possibly with a version
- prompt_
arn str - ARN of a prompt resource possibly with a version
- prompt
Arn String - ARN of a prompt resource possibly with a version
FlowPromptFlowNodeSourceConfiguration0Properties
FlowPromptFlowNodeSourceConfiguration1Properties
FlowPromptInferenceConfigurationProperties
FlowPromptInputVariable
- Name string
- Name for an input variable
- Name string
- Name for an input variable
- name String
- Name for an input variable
- name string
- Name for an input variable
- name str
- Name for an input variable
- name String
- Name for an input variable
FlowPromptModelInferenceConfiguration
- Max
Tokens double - Maximum length of output
- Stop
Sequences List<string> - List of stop sequences
- Temperature double
- Controls randomness, higher values increase diversity
- Top
K double - Sample from the k most likely next tokens
- Top
P double - Cumulative probability cutoff for token selection
- Max
Tokens float64 - Maximum length of output
- Stop
Sequences []string - List of stop sequences
- Temperature float64
- Controls randomness, higher values increase diversity
- Top
K float64 - Sample from the k most likely next tokens
- Top
P float64 - Cumulative probability cutoff for token selection
- max
Tokens Double - Maximum length of output
- stop
Sequences List<String> - List of stop sequences
- temperature Double
- Controls randomness, higher values increase diversity
- top
K Double - Sample from the k most likely next tokens
- top
P Double - Cumulative probability cutoff for token selection
- max
Tokens number - Maximum length of output
- stop
Sequences string[] - List of stop sequences
- temperature number
- Controls randomness, higher values increase diversity
- top
K number - Sample from the k most likely next tokens
- top
P number - Cumulative probability cutoff for token selection
- max_
tokens float - Maximum length of output
- stop_
sequences Sequence[str] - List of stop sequences
- temperature float
- Controls randomness, higher values increase diversity
- top_
k float - Sample from the k most likely next tokens
- top_
p float - Cumulative probability cutoff for token selection
- max
Tokens Number - Maximum length of output
- stop
Sequences List<String> - List of stop sequences
- temperature Number
- Controls randomness, higher values increase diversity
- top
K Number - Sample from the k most likely next tokens
- top
P Number - Cumulative probability cutoff for token selection
FlowPromptTemplateConfigurationProperties
FlowPromptTemplateType
FlowRetrievalFlowNodeConfiguration
FlowRetrievalFlowNodeS3Configuration
- Bucket
Name string - bucket name of an s3 that will be used for Retrieval flow node configuration
- Bucket
Name string - bucket name of an s3 that will be used for Retrieval flow node configuration
- bucket
Name String - bucket name of an s3 that will be used for Retrieval flow node configuration
- bucket
Name string - bucket name of an s3 that will be used for Retrieval flow node configuration
- bucket_
name str - bucket name of an s3 that will be used for Retrieval flow node configuration
- bucket
Name String - bucket name of an s3 that will be used for Retrieval flow node configuration
FlowRetrievalFlowNodeServiceConfigurationProperties
FlowStatus
FlowStorageFlowNodeConfiguration
FlowStorageFlowNodeS3Configuration
- Bucket
Name string - bucket name of an s3 that will be used for storage flow node configuration
- Bucket
Name string - bucket name of an s3 that will be used for storage flow node configuration
- bucket
Name String - bucket name of an s3 that will be used for storage flow node configuration
- bucket
Name string - bucket name of an s3 that will be used for storage flow node configuration
- bucket_
name str - bucket name of an s3 that will be used for storage flow node configuration
- bucket
Name String - bucket name of an s3 that will be used for storage flow node configuration
FlowStorageFlowNodeServiceConfigurationProperties
FlowTextPromptTemplateConfiguration
- Text string
- Prompt content for String prompt template
- Input
Variables List<Pulumi.Aws Native. Bedrock. Inputs. Flow Prompt Input Variable> - List of input variables
- Text string
- Prompt content for String prompt template
- Input
Variables []FlowPrompt Input Variable - List of input variables
- text String
- Prompt content for String prompt template
- input
Variables List<FlowPrompt Input Variable> - List of input variables
- text string
- Prompt content for String prompt template
- input
Variables FlowPrompt Input Variable[] - List of input variables
- text str
- Prompt content for String prompt template
- input_
variables Sequence[FlowPrompt Input Variable] - List of input variables
- text String
- Prompt content for String prompt template
- input
Variables List<Property Map> - List of input variables
FlowValidation
- Message string
- validation message
- Message string
- validation message
- message String
- validation message
- message string
- validation message
- message str
- validation message
- message String
- validation message
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi