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

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.getFlowAlias

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

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>
Copy
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]
Copy
func LookupFlowAlias(ctx *Context, args *LookupFlowAliasArgs, opts ...InvokeOption) (*LookupFlowAliasResult, error)
func LookupFlowAliasOutput(ctx *Context, args *LookupFlowAliasOutputArgs, opts ...InvokeOption) LookupFlowAliasResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetFlowAliasResult> getFlowAlias(GetFlowAliasArgs args, InvokeOptions options)
public static Output<GetFlowAliasResult> getFlowAlias(GetFlowAliasArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:bedrock:getFlowAlias
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
Arn of the Flow Alias
FlowArn This property is required. string
Arn representation of the Flow
Arn This property is required. string
Arn of the Flow Alias
FlowArn This property is required. string
Arn representation of the Flow
arn This property is required. String
Arn of the Flow Alias
flowArn This property is required. String
Arn representation of the Flow
arn This property is required. string
Arn of the Flow Alias
flowArn This property is required. string
Arn representation of the Flow
arn This property is required. str
Arn of the Flow Alias
flow_arn This property is required. str
Arn representation of the Flow
arn This property is required. String
Arn of the Flow Alias
flowArn This property is required. String
Arn representation of the Flow

getFlowAlias Result

The following output properties are available:

Arn string
Arn of the Flow Alias
CreatedAt string
Time Stamp.
Description string
Description of the Resource.
FlowId string
Identifier for a flow resource.
Id string
Id for a Flow Alias generated at the server side.
Name string
Name for a resource.
RoutingConfiguration List<Pulumi.AwsNative.Bedrock.Outputs.FlowAliasRoutingConfigurationListItem>
Routing configuration for a Flow alias.
Tags Dictionary<string, string>
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

UpdatedAt string
Time Stamp.
Arn string
Arn of the Flow Alias
CreatedAt string
Time Stamp.
Description string
Description of the Resource.
FlowId string
Identifier for a flow resource.
Id string
Id for a Flow Alias generated at the server side.
Name string
Name for a resource.
RoutingConfiguration []FlowAliasRoutingConfigurationListItem
Routing configuration for a Flow alias.
Tags map[string]string
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

UpdatedAt string
Time Stamp.
arn String
Arn of the Flow Alias
createdAt String
Time Stamp.
description String
Description of the Resource.
flowId String
Identifier for a flow resource.
id String
Id for a Flow Alias generated at the server side.
name String
Name for a resource.
routingConfiguration List<FlowAliasRoutingConfigurationListItem>
Routing configuration for a Flow alias.
tags Map<String,String>
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

updatedAt String
Time Stamp.
arn string
Arn of the Flow Alias
createdAt string
Time Stamp.
description string
Description of the Resource.
flowId string
Identifier for a flow resource.
id string
Id for a Flow Alias generated at the server side.
name string
Name for a resource.
routingConfiguration FlowAliasRoutingConfigurationListItem[]
Routing configuration for a Flow alias.
tags {[key: string]: string}
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

updatedAt string
Time Stamp.
arn str
Arn of the Flow Alias
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[FlowAliasRoutingConfigurationListItem]
Routing configuration for a Flow alias.
tags 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
createdAt String
Time Stamp.
description String
Description of the Resource.
flowId String
Identifier for a flow resource.
id String
Id for a Flow Alias generated at the server side.
name String
Name for a resource.
routingConfiguration List<Property Map>
Routing configuration for a Flow alias.
tags Map<String>
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

updatedAt String
Time Stamp.

Supporting Types

FlowAliasRoutingConfigurationListItem

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