1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrock
  5. getFlowVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.bedrock.getFlowVersion

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::Bedrock::FlowVersion Resource Type

Using getFlowVersion

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 getFlowVersion(args: GetFlowVersionArgs, opts?: InvokeOptions): Promise<GetFlowVersionResult>
function getFlowVersionOutput(args: GetFlowVersionOutputArgs, opts?: InvokeOptions): Output<GetFlowVersionResult>
Copy
def get_flow_version(flow_arn: Optional[str] = None,
                     version: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetFlowVersionResult
def get_flow_version_output(flow_arn: Optional[pulumi.Input[str]] = None,
                     version: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetFlowVersionResult]
Copy
func LookupFlowVersion(ctx *Context, args *LookupFlowVersionArgs, opts ...InvokeOption) (*LookupFlowVersionResult, error)
func LookupFlowVersionOutput(ctx *Context, args *LookupFlowVersionOutputArgs, opts ...InvokeOption) LookupFlowVersionResultOutput
Copy

> Note: This function is named LookupFlowVersion in the Go SDK.

public static class GetFlowVersion 
{
    public static Task<GetFlowVersionResult> InvokeAsync(GetFlowVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetFlowVersionResult> Invoke(GetFlowVersionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFlowVersionResult> getFlowVersion(GetFlowVersionArgs args, InvokeOptions options)
public static Output<GetFlowVersionResult> getFlowVersion(GetFlowVersionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:bedrock:getFlowVersion
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FlowArn This property is required. string
Arn representation of the Flow
Version This property is required. string
Numerical Version.
FlowArn This property is required. string
Arn representation of the Flow
Version This property is required. string
Numerical Version.
flowArn This property is required. String
Arn representation of the Flow
version This property is required. String
Numerical Version.
flowArn This property is required. string
Arn representation of the Flow
version This property is required. string
Numerical Version.
flow_arn This property is required. str
Arn representation of the Flow
version This property is required. str
Numerical Version.
flowArn This property is required. String
Arn representation of the Flow
version This property is required. String
Numerical Version.

getFlowVersion Result

The following output properties are available:

CreatedAt string
Time Stamp.
CustomerEncryptionKeyArn string
A KMS key ARN
Definition Pulumi.AwsNative.Bedrock.Outputs.FlowVersionFlowDefinition
ExecutionRoleArn string
ARN of a IAM role
FlowId string
Identifier for a Flow
Name string
Name for the flow
Status Pulumi.AwsNative.Bedrock.FlowVersionFlowStatus
The status of the flow.
Version string
Numerical Version.
CreatedAt string
Time Stamp.
CustomerEncryptionKeyArn string
A KMS key ARN
Definition FlowVersionFlowDefinition
ExecutionRoleArn string
ARN of a IAM role
FlowId string
Identifier for a Flow
Name string
Name for the flow
Status FlowVersionFlowStatus
The status of the flow.
Version string
Numerical Version.
createdAt String
Time Stamp.
customerEncryptionKeyArn String
A KMS key ARN
definition FlowVersionFlowDefinition
executionRoleArn String
ARN of a IAM role
flowId String
Identifier for a Flow
name String
Name for the flow
status FlowVersionFlowStatus
The status of the flow.
version String
Numerical Version.
createdAt string
Time Stamp.
customerEncryptionKeyArn string
A KMS key ARN
definition FlowVersionFlowDefinition
executionRoleArn string
ARN of a IAM role
flowId string
Identifier for a Flow
name string
Name for the flow
status FlowVersionFlowStatus
The status of the flow.
version string
Numerical Version.
created_at str
Time Stamp.
customer_encryption_key_arn str
A KMS key ARN
definition FlowVersionFlowDefinition
execution_role_arn str
ARN of a IAM role
flow_id str
Identifier for a Flow
name str
Name for the flow
status FlowVersionFlowStatus
The status of the flow.
version str
Numerical Version.
createdAt String
Time Stamp.
customerEncryptionKeyArn String
A KMS key ARN
definition Property Map
executionRoleArn String
ARN of a IAM role
flowId String
Identifier for a Flow
name String
Name for the flow
status "Failed" | "Prepared" | "Preparing" | "NotPrepared"
The status of the flow.
version String
Numerical Version.

Supporting Types

FlowVersionAgentFlowNodeConfiguration

AgentAliasArn This property is required. string
Arn representation of the Agent Alias.
AgentAliasArn This property is required. string
Arn representation of the Agent Alias.
agentAliasArn This property is required. String
Arn representation of the Agent Alias.
agentAliasArn This property is required. string
Arn representation of the Agent Alias.
agent_alias_arn This property is required. str
Arn representation of the Agent Alias.
agentAliasArn This property is required. String
Arn representation of the Agent Alias.

FlowVersionConditionFlowNodeConfiguration

Conditions This property is required. List<Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowCondition>
List of conditions in a condition node
Conditions This property is required. []FlowVersionFlowCondition
List of conditions in a condition node
conditions This property is required. List<FlowVersionFlowCondition>
List of conditions in a condition node
conditions This property is required. FlowVersionFlowCondition[]
List of conditions in a condition node
conditions This property is required. Sequence[FlowVersionFlowCondition]
List of conditions in a condition node
conditions This property is required. List<Property Map>
List of conditions in a condition node

FlowVersionFlowCondition

Name This property is required. string
Name of a condition in a flow
Expression string
Expression for a condition in a flow
Name This property is required. string
Name of a condition in a flow
Expression string
Expression for a condition in a flow
name This property is required. String
Name of a condition in a flow
expression String
Expression for a condition in a flow
name This property is required. string
Name of a condition in a flow
expression string
Expression for a condition in a flow
name This property is required. str
Name of a condition in a flow
expression str
Expression for a condition in a flow
name This property is required. String
Name of a condition in a flow
expression String
Expression for a condition in a flow

FlowVersionFlowConditionalConnectionConfiguration

Condition This property is required. string
Name of a condition in a flow
Condition This property is required. string
Name of a condition in a flow
condition This property is required. String
Name of a condition in a flow
condition This property is required. string
Name of a condition in a flow
condition This property is required. str
Name of a condition in a flow
condition This property is required. String
Name of a condition in a flow

FlowVersionFlowConnection

Name This property is required. string
Name of a connection in a flow
Source This property is required. string
Name of a node in a flow
Target This property is required. string
Name of a node in a flow
Type This property is required. Pulumi.AwsNative.Bedrock.FlowVersionFlowConnectionType
Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).
Configuration Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowConnectionConfiguration0Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowConnectionConfiguration1Properties
The configuration of the connection.
Name This property is required. string
Name of a connection in a flow
Source This property is required. string
Name of a node in a flow
Target This property is required. string
Name of a node in a flow
Type This property is required. FlowVersionFlowConnectionType
Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).
Configuration FlowVersionFlowConnectionConfiguration0Properties | FlowVersionFlowConnectionConfiguration1Properties
The configuration of the connection.
name This property is required. String
Name of a connection in a flow
source This property is required. String
Name of a node in a flow
target This property is required. String
Name of a node in a flow
type This property is required. FlowVersionFlowConnectionType
Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).
configuration FlowVersionFlowConnectionConfiguration0Properties | FlowVersionFlowConnectionConfiguration1Properties
The configuration of the connection.
name This property is required. string
Name of a connection in a flow
source This property is required. string
Name of a node in a flow
target This property is required. string
Name of a node in a flow
type This property is required. FlowVersionFlowConnectionType
Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).
configuration FlowVersionFlowConnectionConfiguration0Properties | FlowVersionFlowConnectionConfiguration1Properties
The configuration of the connection.
name This property is required. str
Name of a connection in a flow
source This property is required. str
Name of a node in a flow
target This property is required. str
Name of a node in a flow
type This property is required. FlowVersionFlowConnectionType
Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).
configuration FlowVersionFlowConnectionConfiguration0Properties | FlowVersionFlowConnectionConfiguration1Properties
The configuration of the connection.
name This property is required. String
Name of a connection in a flow
source This property is required. String
Name of a node in a flow
target This property is required. String
Name of a node in a flow
type This property is required. "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.

FlowVersionFlowConnectionConfiguration0Properties

data This property is required. Property Map

FlowVersionFlowConnectionConfiguration1Properties

conditional This property is required. Property Map

FlowVersionFlowConnectionType

FlowVersionFlowDataConnectionConfiguration

SourceOutput This property is required. string
Name of a node output in a flow
TargetInput This property is required. string
Name of a node input in a flow
SourceOutput This property is required. string
Name of a node output in a flow
TargetInput This property is required. string
Name of a node input in a flow
sourceOutput This property is required. String
Name of a node output in a flow
targetInput This property is required. String
Name of a node input in a flow
sourceOutput This property is required. string
Name of a node output in a flow
targetInput This property is required. string
Name of a node input in a flow
source_output This property is required. str
Name of a node output in a flow
target_input This property is required. str
Name of a node input in a flow
sourceOutput This property is required. String
Name of a node output in a flow
targetInput This property is required. String
Name of a node input in a flow

FlowVersionFlowDefinition

Connections []FlowVersionFlowConnection
List of connections
Nodes []FlowVersionFlowNode
List of nodes in a flow
connections FlowVersionFlowConnection[]
List of connections
nodes FlowVersionFlowNode[]
List of nodes in a flow
connections List<Property Map>
List of connections
nodes List<Property Map>
List of nodes in a flow

FlowVersionFlowNode

Name This property is required. string
Name of a node in a flow
Type This property is required. Pulumi.AwsNative.Bedrock.FlowVersionFlowNodeType
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.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration0Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration1Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration2Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration3Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration4Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration5Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration6Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration7Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration8Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration9Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration10Properties | Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeConfiguration11Properties
Contains configurations for the node.
Inputs List<Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeInput>
List of node inputs in a flow
Outputs List<Pulumi.AwsNative.Bedrock.Inputs.FlowVersionFlowNodeOutput>
List of node outputs in a flow
Name This property is required. string
Name of a node in a flow
Type This property is required. FlowVersionFlowNodeType
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 FlowVersionFlowNodeConfiguration0Properties | FlowVersionFlowNodeConfiguration1Properties | FlowVersionFlowNodeConfiguration2Properties | FlowVersionFlowNodeConfiguration3Properties | FlowVersionFlowNodeConfiguration4Properties | FlowVersionFlowNodeConfiguration5Properties | FlowVersionFlowNodeConfiguration6Properties | FlowVersionFlowNodeConfiguration7Properties | FlowVersionFlowNodeConfiguration8Properties | FlowVersionFlowNodeConfiguration9Properties | FlowVersionFlowNodeConfiguration10Properties | FlowVersionFlowNodeConfiguration11Properties
Contains configurations for the node.
Inputs []FlowVersionFlowNodeInputType
List of node inputs in a flow
Outputs []FlowVersionFlowNodeOutputType
List of node outputs in a flow
name This property is required. String
Name of a node in a flow
type This property is required. FlowVersionFlowNodeType
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 FlowVersionFlowNodeConfiguration0Properties | FlowVersionFlowNodeConfiguration1Properties | FlowVersionFlowNodeConfiguration2Properties | FlowVersionFlowNodeConfiguration3Properties | FlowVersionFlowNodeConfiguration4Properties | FlowVersionFlowNodeConfiguration5Properties | FlowVersionFlowNodeConfiguration6Properties | FlowVersionFlowNodeConfiguration7Properties | FlowVersionFlowNodeConfiguration8Properties | FlowVersionFlowNodeConfiguration9Properties | FlowVersionFlowNodeConfiguration10Properties | FlowVersionFlowNodeConfiguration11Properties
Contains configurations for the node.
inputs List<FlowVersionFlowNodeInput>
List of node inputs in a flow
outputs List<FlowVersionFlowNodeOutput>
List of node outputs in a flow
name This property is required. str
Name of a node in a flow
type This property is required. FlowVersionFlowNodeType
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 FlowVersionFlowNodeConfiguration0Properties | FlowVersionFlowNodeConfiguration1Properties | FlowVersionFlowNodeConfiguration2Properties | FlowVersionFlowNodeConfiguration3Properties | FlowVersionFlowNodeConfiguration4Properties | FlowVersionFlowNodeConfiguration5Properties | FlowVersionFlowNodeConfiguration6Properties | FlowVersionFlowNodeConfiguration7Properties | FlowVersionFlowNodeConfiguration8Properties | FlowVersionFlowNodeConfiguration9Properties | FlowVersionFlowNodeConfiguration10Properties | FlowVersionFlowNodeConfiguration11Properties
Contains configurations for the node.
inputs Sequence[FlowVersionFlowNodeInput]
List of node inputs in a flow
outputs Sequence[FlowVersionFlowNodeOutput]
List of node outputs in a flow
name This property is required. String
Name of a node in a flow
type This property is required. "Input" | "Output" | "KnowledgeBase" | "Condition" | "Lex" | "Prompt" | "LambdaFunction" | "Agent" | "Iterator" | "Collector" | "Storage" | "Retrieval"
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

FlowVersionFlowNodeConfiguration0Properties

Input This property is required. FlowVersionInputFlowNodeConfiguration
input This property is required. FlowVersionInputFlowNodeConfiguration
input This property is required. FlowVersionInputFlowNodeConfiguration
input This property is required. FlowVersionInputFlowNodeConfiguration
input This property is required. Property Map

FlowVersionFlowNodeConfiguration10Properties

iterator This property is required. Property Map

FlowVersionFlowNodeConfiguration11Properties

collector This property is required. Property Map

FlowVersionFlowNodeConfiguration1Properties

output This property is required. Property Map

FlowVersionFlowNodeConfiguration2Properties

knowledgeBase This property is required. Property Map

FlowVersionFlowNodeConfiguration3Properties

condition This property is required. Property Map

FlowVersionFlowNodeConfiguration4Properties

Lex This property is required. FlowVersionLexFlowNodeConfiguration
lex This property is required. FlowVersionLexFlowNodeConfiguration
lex This property is required. FlowVersionLexFlowNodeConfiguration
lex This property is required. FlowVersionLexFlowNodeConfiguration
lex This property is required. Property Map

FlowVersionFlowNodeConfiguration5Properties

prompt This property is required. Property Map

FlowVersionFlowNodeConfiguration6Properties

lambdaFunction This property is required. Property Map

FlowVersionFlowNodeConfiguration7Properties

Agent This property is required. FlowVersionAgentFlowNodeConfiguration
agent This property is required. FlowVersionAgentFlowNodeConfiguration
agent This property is required. FlowVersionAgentFlowNodeConfiguration
agent This property is required. FlowVersionAgentFlowNodeConfiguration
agent This property is required. Property Map

FlowVersionFlowNodeConfiguration8Properties

storage This property is required. Property Map

FlowVersionFlowNodeConfiguration9Properties

retrieval This property is required. Property Map

FlowVersionFlowNodeInput

Expression This property is required. string
Expression for a node input in a flow
Name This property is required. string
Name of a node input in a flow
Type This property is required. Pulumi.AwsNative.Bedrock.FlowVersionFlowNodeIoDataType
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
Expression This property is required. string
Expression for a node input in a flow
Name This property is required. string
Name of a node input in a flow
Type This property is required. FlowVersionFlowNodeIoDataType
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
expression This property is required. String
Expression for a node input in a flow
name This property is required. String
Name of a node input in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
expression This property is required. string
Expression for a node input in a flow
name This property is required. string
Name of a node input in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
expression This property is required. str
Expression for a node input in a flow
name This property is required. str
Name of a node input in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
expression This property is required. String
Expression for a node input in a flow
name This property is required. String
Name of a node input in a flow
type This property is required. "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.

FlowVersionFlowNodeIoDataType

FlowVersionFlowNodeOutput

Name This property is required. string
Name of a node output in a flow
Type This property is required. Pulumi.AwsNative.Bedrock.FlowVersionFlowNodeIoDataType
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
Name This property is required. string
Name of a node output in a flow
Type This property is required. FlowVersionFlowNodeIoDataType
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
name This property is required. String
Name of a node output in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
name This property is required. string
Name of a node output in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
name This property is required. str
Name of a node output in a flow
type This property is required. FlowVersionFlowNodeIoDataType
The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
name This property is required. String
Name of a node output in a flow
type This property is required. "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.

FlowVersionFlowNodeType

FlowVersionFlowStatus

FlowVersionGuardrailConfiguration

GuardrailIdentifier string
Identifier for the guardrail, could be the id or the arn
GuardrailVersion string
Version of the guardrail
GuardrailIdentifier string
Identifier for the guardrail, could be the id or the arn
GuardrailVersion string
Version of the guardrail
guardrailIdentifier String
Identifier for the guardrail, could be the id or the arn
guardrailVersion String
Version of the guardrail
guardrailIdentifier string
Identifier for the guardrail, could be the id or the arn
guardrailVersion string
Version of the guardrail
guardrail_identifier str
Identifier for the guardrail, could be the id or the arn
guardrail_version str
Version of the guardrail
guardrailIdentifier String
Identifier for the guardrail, could be the id or the arn
guardrailVersion String
Version of the guardrail

FlowVersionKnowledgeBaseFlowNodeConfiguration

KnowledgeBaseId This property is required. string
Identifier of the KnowledgeBase
GuardrailConfiguration Pulumi.AwsNative.Bedrock.Inputs.FlowVersionGuardrailConfiguration
ModelId string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
KnowledgeBaseId This property is required. string
Identifier of the KnowledgeBase
GuardrailConfiguration FlowVersionGuardrailConfiguration
ModelId string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
knowledgeBaseId This property is required. String
Identifier of the KnowledgeBase
guardrailConfiguration FlowVersionGuardrailConfiguration
modelId String
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
knowledgeBaseId This property is required. string
Identifier of the KnowledgeBase
guardrailConfiguration FlowVersionGuardrailConfiguration
modelId string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
knowledge_base_id This property is required. str
Identifier of the KnowledgeBase
guardrail_configuration FlowVersionGuardrailConfiguration
model_id str
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
knowledgeBaseId This property is required. String
Identifier of the KnowledgeBase
guardrailConfiguration Property Map
modelId String
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.

FlowVersionLambdaFunctionFlowNodeConfiguration

LambdaArn This property is required. string
ARN of a Lambda.
LambdaArn This property is required. string
ARN of a Lambda.
lambdaArn This property is required. String
ARN of a Lambda.
lambdaArn This property is required. string
ARN of a Lambda.
lambda_arn This property is required. str
ARN of a Lambda.
lambdaArn This property is required. String
ARN of a Lambda.

FlowVersionLexFlowNodeConfiguration

BotAliasArn This property is required. string
ARN of a Lex bot alias
LocaleId This property is required. string
Lex bot locale id
BotAliasArn This property is required. string
ARN of a Lex bot alias
LocaleId This property is required. string
Lex bot locale id
botAliasArn This property is required. String
ARN of a Lex bot alias
localeId This property is required. String
Lex bot locale id
botAliasArn This property is required. string
ARN of a Lex bot alias
localeId This property is required. string
Lex bot locale id
bot_alias_arn This property is required. str
ARN of a Lex bot alias
locale_id This property is required. str
Lex bot locale id
botAliasArn This property is required. String
ARN of a Lex bot alias
localeId This property is required. String
Lex bot locale id

FlowVersionPromptFlowNodeConfiguration

FlowVersionPromptFlowNodeInlineConfiguration

ModelId This property is required. string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
TemplateConfiguration This property is required. Pulumi.AwsNative.Bedrock.Inputs.FlowVersionPromptTemplateConfigurationProperties
TemplateType This property is required. Pulumi.AwsNative.Bedrock.FlowVersionPromptTemplateType
InferenceConfiguration Pulumi.AwsNative.Bedrock.Inputs.FlowVersionPromptInferenceConfigurationProperties
ModelId This property is required. string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
TemplateConfiguration This property is required. FlowVersionPromptTemplateConfigurationProperties
TemplateType This property is required. FlowVersionPromptTemplateType
InferenceConfiguration FlowVersionPromptInferenceConfigurationProperties
modelId This property is required. String
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
templateConfiguration This property is required. FlowVersionPromptTemplateConfigurationProperties
templateType This property is required. FlowVersionPromptTemplateType
inferenceConfiguration FlowVersionPromptInferenceConfigurationProperties
modelId This property is required. string
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
templateConfiguration This property is required. FlowVersionPromptTemplateConfigurationProperties
templateType This property is required. FlowVersionPromptTemplateType
inferenceConfiguration FlowVersionPromptInferenceConfigurationProperties
model_id This property is required. str
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
template_configuration This property is required. FlowVersionPromptTemplateConfigurationProperties
template_type This property is required. FlowVersionPromptTemplateType
inference_configuration FlowVersionPromptInferenceConfigurationProperties
modelId This property is required. String
ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
templateConfiguration This property is required. Property Map
templateType This property is required. "TEXT"
inferenceConfiguration Property Map

FlowVersionPromptFlowNodeResourceConfiguration

PromptArn This property is required. string
ARN of a prompt resource possibly with a version
PromptArn This property is required. string
ARN of a prompt resource possibly with a version
promptArn This property is required. String
ARN of a prompt resource possibly with a version
promptArn This property is required. string
ARN of a prompt resource possibly with a version
prompt_arn This property is required. str
ARN of a prompt resource possibly with a version
promptArn This property is required. String
ARN of a prompt resource possibly with a version

FlowVersionPromptFlowNodeSourceConfiguration0Properties

resource This property is required. Property Map

FlowVersionPromptFlowNodeSourceConfiguration1Properties

inline This property is required. Property Map

FlowVersionPromptInferenceConfigurationProperties

text This property is required. Property Map

FlowVersionPromptInputVariable

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

FlowVersionPromptModelInferenceConfiguration

MaxTokens double
Maximum length of output
StopSequences List<string>
List of stop sequences
Temperature double
Controls randomness, higher values increase diversity
TopP double
Cumulative probability cutoff for token selection
MaxTokens float64
Maximum length of output
StopSequences []string
List of stop sequences
Temperature float64
Controls randomness, higher values increase diversity
TopP float64
Cumulative probability cutoff for token selection
maxTokens Double
Maximum length of output
stopSequences List<String>
List of stop sequences
temperature Double
Controls randomness, higher values increase diversity
topP Double
Cumulative probability cutoff for token selection
maxTokens number
Maximum length of output
stopSequences string[]
List of stop sequences
temperature number
Controls randomness, higher values increase diversity
topP 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_p float
Cumulative probability cutoff for token selection
maxTokens Number
Maximum length of output
stopSequences List<String>
List of stop sequences
temperature Number
Controls randomness, higher values increase diversity
topP Number
Cumulative probability cutoff for token selection

FlowVersionPromptTemplateConfigurationProperties

text This property is required. Property Map

FlowVersionPromptTemplateType

FlowVersionRetrievalFlowNodeConfiguration

serviceConfiguration This property is required. Property Map

FlowVersionRetrievalFlowNodeS3Configuration

BucketName This property is required. string
bucket name of an s3 that will be used for Retrieval flow node configuration
BucketName This property is required. string
bucket name of an s3 that will be used for Retrieval flow node configuration
bucketName This property is required. String
bucket name of an s3 that will be used for Retrieval flow node configuration
bucketName This property is required. string
bucket name of an s3 that will be used for Retrieval flow node configuration
bucket_name This property is required. str
bucket name of an s3 that will be used for Retrieval flow node configuration
bucketName This property is required. String
bucket name of an s3 that will be used for Retrieval flow node configuration

FlowVersionRetrievalFlowNodeServiceConfigurationProperties

FlowVersionStorageFlowNodeConfiguration

serviceConfiguration This property is required. Property Map

FlowVersionStorageFlowNodeS3Configuration

BucketName This property is required. string
bucket name of an s3 that will be used for storage flow node configuration
BucketName This property is required. string
bucket name of an s3 that will be used for storage flow node configuration
bucketName This property is required. String
bucket name of an s3 that will be used for storage flow node configuration
bucketName This property is required. string
bucket name of an s3 that will be used for storage flow node configuration
bucket_name This property is required. str
bucket name of an s3 that will be used for storage flow node configuration
bucketName This property is required. String
bucket name of an s3 that will be used for storage flow node configuration

FlowVersionStorageFlowNodeServiceConfigurationProperties

FlowVersionTextPromptTemplateConfiguration

Text This property is required. string
Prompt content for String prompt template
InputVariables List<Pulumi.AwsNative.Bedrock.Inputs.FlowVersionPromptInputVariable>
List of input variables
Text This property is required. string
Prompt content for String prompt template
InputVariables []FlowVersionPromptInputVariable
List of input variables
text This property is required. String
Prompt content for String prompt template
inputVariables List<FlowVersionPromptInputVariable>
List of input variables
text This property is required. string
Prompt content for String prompt template
inputVariables FlowVersionPromptInputVariable[]
List of input variables
text This property is required. str
Prompt content for String prompt template
input_variables Sequence[FlowVersionPromptInputVariable]
List of input variables
text This property is required. String
Prompt content for String prompt template
inputVariables List<Property Map>
List of input variables

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 Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi