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
/
CreateStreamData
Create
Stream
Data
@
JsonSerializable
data
class
CreateStreamData
(
val
files
:
List
<
StreamFile
>
=
emptyList()
,
val
roleArn
:
ARN
?
=
null
,
val
description
:
String
?
=
null
)
(
source
)
Members
Constructors
Create
Stream
Data
Link copied to clipboard
constructor
(
files
:
List
<
StreamFile
>
=
emptyList()
,
roleArn
:
ARN
?
=
null
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
files
Link copied to clipboard
val
files
:
List
<
StreamFile
>
role
Arn
Link copied to clipboard
val
roleArn
:
ARN
?