http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iot
/
org.http4k.connect.amazon.iot.action
/
StreamInfo
Stream
Info
@
JsonSerializable
data
class
StreamInfo
(
val
streamId
:
StreamId
,
val
streamArn
:
ARN
,
val
streamVersion
:
Int
,
val
files
:
List
<
StreamFile
>
=
emptyList()
,
val
roleArn
:
ARN
?
=
null
,
val
description
:
String
?
=
null
,
val
createdAt
:
Timestamp
?
=
null
,
val
lastUpdatedAt
:
Timestamp
?
=
null
)
(
source
)
Members
Constructors
Stream
Info
Link copied to clipboard
constructor
(
streamId
:
StreamId
,
streamArn
:
ARN
,
streamVersion
:
Int
,
files
:
List
<
StreamFile
>
=
emptyList()
,
roleArn
:
ARN
?
=
null
,
description
:
String
?
=
null
,
createdAt
:
Timestamp
?
=
null
,
lastUpdatedAt
:
Timestamp
?
=
null
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Timestamp
?
description
Link copied to clipboard
val
description
:
String
?
files
Link copied to clipboard
val
files
:
List
<
StreamFile
>
last
Updated
At
Link copied to clipboard
val
lastUpdatedAt
:
Timestamp
?
role
Arn
Link copied to clipboard
val
roleArn
:
ARN
?
stream
Arn
Link copied to clipboard
val
streamArn
:
ARN
stream
Id
Link copied to clipboard
val
streamId
:
StreamId
stream
Version
Link copied to clipboard
val
streamVersion
:
Int