We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.bedrock.FlowAlias
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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 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
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.
- 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.
- 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.
- 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.
- 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:
- flow
Arn String - Arn representation of the Flow
- routing
Configuration 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
- 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi