toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.bedrock.kotlin.outputs
/
GetFlowAliasResult
/
GetFlowAliasResult
Get
Flow
Alias
Result
constructor
(
arn
:
String
?
=
null
,
createdAt
:
String
?
=
null
,
description
:
String
?
=
null
,
flowId
:
String
?
=
null
,
id
:
String
?
=
null
,
name
:
String
?
=
null
,
routingConfiguration
:
List
<
FlowAliasRoutingConfigurationListItem
>
?
=
null
,
tags
:
Map
<
String
,
String
>
?
=
null
,
updatedAt
:
String
?
=
null
)