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-firehose
/
org.http4k.connect.amazon.model
/
CopyCommand
Copy
Command
@
JsonSerializable
data
class
CopyCommand
(
val
DataTableName
:
String
,
val
CopyOptions
:
String
?
=
null
,
val
DataTableColumns
:
String
?
=
null
)
(
source
)
Members
Constructors
Copy
Command
Link copied to clipboard
constructor
(
DataTableName
:
String
,
CopyOptions
:
String
?
=
null
,
DataTableColumns
:
String
?
=
null
)
Properties
Copy
Options
Link copied to clipboard
val
CopyOptions
:
String
?
Data
Table
Columns
Link copied to clipboard
val
DataTableColumns
:
String
?
Data
Table
Name
Link copied to clipboard
val
DataTableName
:
String