We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi
aws-native.bedrock.getFlowAlias
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi
Definition of AWS::Bedrock::FlowAlias Resource Type
Using getFlowAlias
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 getFlowAlias(args: GetFlowAliasArgs, opts?: InvokeOptions): Promise<GetFlowAliasResult>
function getFlowAliasOutput(args: GetFlowAliasOutputArgs, opts?: InvokeOptions): Output<GetFlowAliasResult>
def get_flow_alias(arn: Optional[str] = None,
flow_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowAliasResult
def get_flow_alias_output(arn: Optional[pulumi.Input[str]] = None,
flow_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFlowAliasResult]
func LookupFlowAlias(ctx *Context, args *LookupFlowAliasArgs, opts ...InvokeOption) (*LookupFlowAliasResult, error)
func LookupFlowAliasOutput(ctx *Context, args *LookupFlowAliasOutputArgs, opts ...InvokeOption) LookupFlowAliasResultOutput
> Note: This function is named LookupFlowAlias
in the Go SDK.
public static class GetFlowAlias
{
public static Task<GetFlowAliasResult> InvokeAsync(GetFlowAliasArgs args, InvokeOptions? opts = null)
public static Output<GetFlowAliasResult> Invoke(GetFlowAliasInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlowAliasResult> getFlowAlias(GetFlowAliasArgs args, InvokeOptions options)
public static Output<GetFlowAliasResult> getFlowAlias(GetFlowAliasArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrock:getFlowAlias
arguments:
# arguments dictionary
The following arguments are supported:
getFlowAlias Result
The following output properties are available:
- Arn string
- Arn of the Flow Alias
- Concurrency
Configuration Pulumi.Aws Native. Bedrock. Outputs. Flow Alias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- Created
At string - Time Stamp.
- Description string
- Description of the Resource.
- Flow
Id string - Identifier for a flow resource.
- Id string
- Id for a Flow Alias generated at the server side.
- Name string
- Name for a resource.
- Routing
Configuration List<Pulumi.Aws Native. Bedrock. Outputs. Flow Alias Routing Configuration List Item> - Routing configuration for a Flow alias.
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Updated
At string - Time Stamp.
- Arn string
- Arn of the Flow Alias
- Concurrency
Configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- Created
At string - Time Stamp.
- Description string
- Description of the Resource.
- Flow
Id string - Identifier for a flow resource.
- Id string
- Id for a Flow Alias generated at the server side.
- Name string
- Name for a resource.
- Routing
Configuration []FlowAlias Routing Configuration List Item - Routing configuration for a Flow alias.
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Updated
At string - Time Stamp.
- arn String
- Arn of the Flow Alias
- concurrency
Configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- created
At String - Time Stamp.
- description String
- Description of the Resource.
- flow
Id String - Identifier for a flow resource.
- id String
- Id for a Flow Alias generated at the server side.
- name String
- Name for a resource.
- routing
Configuration List<FlowAlias Routing Configuration List Item> - Routing configuration for a Flow alias.
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At String - Time Stamp.
- arn string
- Arn of the Flow Alias
- concurrency
Configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- created
At string - Time Stamp.
- description string
- Description of the Resource.
- flow
Id string - Identifier for a flow resource.
- id string
- Id for a Flow Alias generated at the server side.
- name string
- Name for a resource.
- routing
Configuration FlowAlias Routing Configuration List Item[] - Routing configuration for a Flow alias.
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At string - Time Stamp.
- arn str
- Arn of the Flow Alias
- concurrency_
configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- created_
at str - Time Stamp.
- description str
- Description of the Resource.
- flow_
id str - Identifier for a flow resource.
- id str
- Id for a Flow Alias generated at the server side.
- name str
- Name for a resource.
- routing_
configuration Sequence[FlowAlias Routing Configuration List Item] - Routing configuration for a Flow alias.
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated_
at str - Time Stamp.
- arn String
- Arn of the Flow Alias
- concurrency
Configuration Property Map - The configuration that specifies how nodes in the flow are executed concurrently.
- created
At String - Time Stamp.
- description String
- Description of the Resource.
- flow
Id String - Identifier for a flow resource.
- id String
- Id for a Flow Alias generated at the server side.
- name String
- Name for a resource.
- routing
Configuration List<Property Map> - Routing configuration for a Flow alias.
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At String - Time Stamp.
Supporting Types
FlowAliasConcurrencyConfiguration
- Type
Pulumi.
Aws Native. Bedrock. Flow Alias Concurrency Type - The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- Max
Concurrency double - Number of nodes executed concurrently at a time
- Type
Flow
Alias Concurrency Type - The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- Max
Concurrency float64 - Number of nodes executed concurrently at a time
- type
Flow
Alias Concurrency Type - The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- max
Concurrency Double - Number of nodes executed concurrently at a time
- type
Flow
Alias Concurrency Type - The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- max
Concurrency number - Number of nodes executed concurrently at a time
- type
Flow
Alias Concurrency Type - The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- max_
concurrency float - Number of nodes executed concurrently at a time
- type "Automatic" | "Manual"
- The type of concurrency to use for parallel node execution. Specify one of the following options:
Automatic
- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.Manual
- You specify which nodes can be executed in parallel.
- max
Concurrency Number - Number of nodes executed concurrently at a time
FlowAliasConcurrencyType
FlowAliasRoutingConfigurationListItem
- Flow
Version string - Version.
- Flow
Version string - Version.
- flow
Version String - Version.
- flow
Version string - Version.
- flow_
version str - Version.
- flow
Version String - Version.
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.30.0 published on Monday, Jun 16, 2025 by Pulumi