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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.bedrock.FlowAlias

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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 This property is required. string
The unique name of the resource.
args This property is required. FlowAliasArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. FlowAliasArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. FlowAliasArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 This property is required. string
Arn representation of the Flow
RoutingConfiguration This property is required. List<Pulumi.AwsNative.Bedrock.Inputs.FlowAliasRoutingConfigurationListItem>
Routing configuration for a Flow alias.
Description string
Description of the Resource.
Name string
Name for a resource.
Tags Dictionary<string, string>
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

FlowArn This property is required. string
Arn representation of the Flow
RoutingConfiguration This property is required. []FlowAliasRoutingConfigurationListItemArgs
Routing configuration for a Flow alias.
Description string
Description of the Resource.
Name string
Name for a resource.
Tags map[string]string
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

flowArn This property is required. String
Arn representation of the Flow
routingConfiguration This property is required. List<FlowAliasRoutingConfigurationListItem>
Routing configuration for a Flow alias.
description String
Description of the Resource.
name String
Name for a resource.
tags Map<String,String>
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

flowArn This property is required. string
Arn representation of the Flow
routingConfiguration This property is required. FlowAliasRoutingConfigurationListItem[]
Routing configuration for a Flow alias.
description string
Description of the Resource.
name string
Name for a resource.
tags {[key: string]: string}
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

flow_arn This property is required. str
Arn representation of the Flow
routing_configuration This property is required. Sequence[FlowAliasRoutingConfigurationListItemArgs]
Routing configuration for a Flow alias.
description str
Description of the Resource.
name str
Name for a resource.
tags Mapping[str, str]
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

flowArn This property is required. String
Arn representation of the Flow
routingConfiguration This property is required. List<Property Map>
Routing configuration for a Flow alias.
description String
Description of the Resource.
name String
Name for a resource.
tags 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 string
Arn of the Flow Alias
AwsId string
Id for a Flow Alias generated at the server side.
CreatedAt string
Time Stamp.
FlowId string
Identifier for a flow resource.
Id string
The provider-assigned unique ID for this managed resource.
UpdatedAt string
Time Stamp.
Arn string
Arn of the Flow Alias
AwsId string
Id for a Flow Alias generated at the server side.
CreatedAt string
Time Stamp.
FlowId string
Identifier for a flow resource.
Id string
The provider-assigned unique ID for this managed resource.
UpdatedAt string
Time Stamp.
arn String
Arn of the Flow Alias
awsId String
Id for a Flow Alias generated at the server side.
createdAt String
Time Stamp.
flowId String
Identifier for a flow resource.
id String
The provider-assigned unique ID for this managed resource.
updatedAt String
Time Stamp.
arn string
Arn of the Flow Alias
awsId string
Id for a Flow Alias generated at the server side.
createdAt string
Time Stamp.
flowId string
Identifier for a flow resource.
id string
The provider-assigned unique ID for this managed resource.
updatedAt string
Time Stamp.
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.
arn String
Arn of the Flow Alias
awsId String
Id for a Flow Alias generated at the server side.
createdAt String
Time Stamp.
flowId String
Identifier for a flow resource.
id String
The provider-assigned unique ID for this managed resource.
updatedAt String
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.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi