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,
              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:
- FlowArn string
- Arn representation of the Flow
- RoutingConfiguration List<Pulumi.Aws Native. Bedrock. Inputs. Flow Alias Routing Configuration List Item> 
- Routing configuration for a Flow alias.
- 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:
- FlowArn string
- Arn representation of the Flow
- RoutingConfiguration []FlowAlias Routing Configuration List Item Args 
- Routing configuration for a Flow alias.
- 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:
- flowArn String
- Arn representation of the Flow
- routingConfiguration List<FlowAlias Routing Configuration List Item> 
- Routing configuration for a Flow alias.
- 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:
- flowArn string
- Arn representation of the Flow
- routingConfiguration FlowAlias Routing Configuration List Item[] 
- Routing configuration for a Flow alias.
- 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.
- 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:
- flowArn String
- Arn representation of the Flow
- routingConfiguration List<Property Map>
- Routing configuration for a Flow alias.
- 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
FlowAliasRoutingConfigurationListItem, FlowAliasRoutingConfigurationListItemArgs            
- FlowVersion string
- Version.
- FlowVersion string
- Version.
- flowVersion String
- Version.
- flowVersion string
- Version.
- flow_version str
- Version.
- flowVersion 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.