http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
S3BucketSource
S3Bucket
Source
@
JsonSerializable
data
class
S3BucketSource
(
val
S3Bucket
:
String
,
val
S3BucketOwner
:
String
?
=
null
,
val
S3KeyPrefix
:
String
?
=
null
)
(
source
)
Members
Constructors
S3Bucket
Source
Link copied to clipboard
constructor
(
S3Bucket
:
String
,
S3BucketOwner
:
String
?
=
null
,
S3KeyPrefix
:
String
?
=
null
)
Properties
S3Bucket
Link copied to clipboard
val
S3Bucket
:
String
S3Bucket
Owner
Link copied to clipboard
val
S3BucketOwner
:
String
?
S3Key
Prefix
Link copied to clipboard
val
S3KeyPrefix
:
String
?