We recommend new projects start with resources from the AWS provider.
aws-native.bedrock.FlowAlias
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Bedrock::FlowAlias Resource Type
Create FlowAlias Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FlowAlias(name: string, args: FlowAliasArgs, opts?: CustomResourceOptions);
@overload
def FlowAlias(resource_name: str,
args: FlowAliasArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FlowAlias(resource_name: str,
opts: Optional[ResourceOptions] = None,
flow_arn: Optional[str] = None,
routing_configuration: Optional[Sequence[FlowAliasRoutingConfigurationListItemArgs]] = None,
concurrency_configuration: Optional[FlowAliasConcurrencyConfigurationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewFlowAlias(ctx *Context, name string, args FlowAliasArgs, opts ...ResourceOption) (*FlowAlias, error)
public FlowAlias(string name, FlowAliasArgs args, CustomResourceOptions? opts = null)
public FlowAlias(String name, FlowAliasArgs args)
public FlowAlias(String name, FlowAliasArgs args, CustomResourceOptions options)
type: aws-native:bedrock:FlowAlias
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FlowAliasArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FlowAliasArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FlowAliasArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowAliasArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlowAliasArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FlowAlias Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FlowAlias resource accepts the following input properties:
- Flow
Arn string - Arn representation of the Flow
- Routing
Configuration List<Pulumi.Aws Native. Bedrock. Inputs. Flow Alias Routing Configuration List Item> - Routing configuration for a Flow alias.
- Concurrency
Configuration Pulumi.Aws Native. Bedrock. Inputs. Flow Alias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- Description string
- Description of the Resource.
- Name string
- Name for a resource.
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Flow
Arn string - Arn representation of the Flow
- Routing
Configuration []FlowAlias Routing Configuration List Item Args - Routing configuration for a Flow alias.
- Concurrency
Configuration FlowAlias Concurrency Configuration Args - The configuration that specifies how nodes in the flow are executed concurrently.
- Description string
- Description of the Resource.
- Name string
- Name for a resource.
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- flow
Arn String - Arn representation of the Flow
- routing
Configuration List<FlowAlias Routing Configuration List Item> - Routing configuration for a Flow alias.
- concurrency
Configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- description String
- Description of the Resource.
- name String
- Name for a resource.
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- flow
Arn string - Arn representation of the Flow
- routing
Configuration FlowAlias Routing Configuration List Item[] - Routing configuration for a Flow alias.
- concurrency
Configuration FlowAlias Concurrency Configuration - The configuration that specifies how nodes in the flow are executed concurrently.
- description string
- Description of the Resource.
- name string
- Name for a resource.
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- flow_
arn str - Arn representation of the Flow
- routing_
configuration Sequence[FlowAlias Routing Configuration List Item Args] - Routing configuration for a Flow alias.
- concurrency_
configuration FlowAlias Concurrency Configuration Args - The configuration that specifies how nodes in the flow are executed concurrently.
- description str
- Description of the Resource.
- name str
- Name for a resource.
- Mapping[str, str]
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- flow
Arn String - Arn representation of the Flow
- routing
Configuration List<Property Map> - Routing configuration for a Flow alias.
- concurrency
Configuration Property Map - The configuration that specifies how nodes in the flow are executed concurrently.
- description String
- Description of the Resource.
- name String
- Name for a resource.
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
Outputs
All input properties are implicitly available as output properties. Additionally, the FlowAlias resource produces the following output properties:
- arn str
- Arn of the Flow Alias
- aws_
id str - Id for a Flow Alias generated at the server side.
- created_
at str - Time Stamp.
- flow_
id str - Identifier for a flow resource.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str - Time Stamp.
Supporting Types
FlowAliasConcurrencyConfiguration, FlowAliasConcurrencyConfigurationArgs
- 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, FlowAliasConcurrencyTypeArgs
- Automatic
- Automatic
- Manual
- Manual
- Flow
Alias Concurrency Type Automatic - Automatic
- Flow
Alias Concurrency Type Manual - Manual
- Automatic
- Automatic
- Manual
- Manual
- Automatic
- Automatic
- Manual
- Manual
- AUTOMATIC
- Automatic
- MANUAL
- Manual
- "Automatic"
- Automatic
- "Manual"
- Manual
FlowAliasRoutingConfigurationListItem, FlowAliasRoutingConfigurationListItemArgs
- 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.