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.model
/
S3Location
S3Location
@
JsonSerializable
data
class
S3Location
(
val
bucket
:
String
,
val
key
:
String
,
val
version
:
String
?
=
null
)
(
source
)
Where the file's bytes live.
version
pins an object version on a versioned bucket.
Members
Constructors
S3Location
Link copied to clipboard
constructor
(
bucket
:
String
,
key
:
String
,
version
:
String
?
=
null
)
Properties
bucket
Link copied to clipboard
val
bucket
:
String
key
Link copied to clipboard
val
key
:
String
version
Link copied to clipboard
val
version
:
String
?