pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.qldb.kotlin.outputs
/
GetStreamResult
Get
Stream
Result
data
class
GetStreamResult
(
val
arn
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
tags
:
List
<
StreamTag
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Stream
Result
Link copied to clipboard
fun
GetStreamResult
(
arn
:
String
?
=
null
,
id
:
String
?
=
null
,
tags
:
List
<
StreamTag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
StreamTag
>
?
=
null
An array of key-value pairs to apply to this resource.