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.getFlowAlias
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
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>
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]
func LookupFlowAlias(ctx *Context, args *LookupFlowAliasArgs, opts ...InvokeOption) (*LookupFlowAliasResult, error)
func LookupFlowAliasOutput(ctx *Context, args *LookupFlowAliasOutputArgs, opts ...InvokeOption) LookupFlowAliasResultOutput
> 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)
}
public static CompletableFuture<GetFlowAliasResult> getFlowAlias(GetFlowAliasArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:bedrock:getFlowAlias
arguments:
# arguments dictionary
The following arguments are supported:
getFlowAlias Result
The following output properties are available:
- Arn string
- Arn of the Flow Alias
- Created
At string - Time Stamp.
- Description string
- Description of the Resource.
- Flow
Id string - Identifier for a flow resource.
- Id string
- Id for a Flow Alias generated at the server side.
- Name string
- Name for a resource.
- Routing
Configuration List<Pulumi.Aws Native. Bedrock. Outputs. Flow Alias Routing Configuration List Item> - Routing configuration for a Flow alias.
- Dictionary<string, string>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Updated
At string - Time Stamp.
- Arn string
- Arn of the Flow Alias
- Created
At string - Time Stamp.
- Description string
- Description of the Resource.
- Flow
Id string - Identifier for a flow resource.
- Id string
- Id for a Flow Alias generated at the server side.
- Name string
- Name for a resource.
- Routing
Configuration []FlowAlias Routing Configuration List Item - Routing configuration for a Flow alias.
- map[string]string
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- Updated
At string - Time Stamp.
- arn String
- Arn of the Flow Alias
- created
At String - Time Stamp.
- description String
- Description of the Resource.
- flow
Id String - Identifier for a flow resource.
- id String
- Id for a Flow Alias generated at the server side.
- name String
- Name for a resource.
- routing
Configuration List<FlowAlias Routing Configuration List Item> - Routing configuration for a Flow alias.
- Map<String,String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At String - Time Stamp.
- arn string
- Arn of the Flow Alias
- created
At string - Time Stamp.
- description string
- Description of the Resource.
- flow
Id string - Identifier for a flow resource.
- id string
- Id for a Flow Alias generated at the server side.
- name string
- Name for a resource.
- routing
Configuration FlowAlias Routing Configuration List Item[] - Routing configuration for a Flow alias.
- {[key: string]: string}
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At 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[FlowAlias Routing Configuration List Item] - Routing configuration for a Flow alias.
- 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
- created
At String - Time Stamp.
- description String
- Description of the Resource.
- flow
Id String - Identifier for a flow resource.
- id String
- Id for a Flow Alias generated at the server side.
- name String
- Name for a resource.
- routing
Configuration List<Property Map> - Routing configuration for a Flow alias.
- Map<String>
- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:
- updated
At String - Time Stamp.
Supporting Types
FlowAliasRoutingConfigurationListItem
- 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