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
/
SchemaConfiguration
Schema
Configuration
@
JsonSerializable
data
class
SchemaConfiguration
(
val
CatalogId
:
String
?
=
null
,
val
DatabaseName
:
String
?
=
null
,
val
Region
:
Region
?
=
null
,
val
RoleARN
:
ARN
?
=
null
,
val
TableName
:
String
?
=
null
,
val
VersionId
:
String
?
=
null
)
(
source
)
Members
Constructors
Schema
Configuration
Link copied to clipboard
constructor
(
CatalogId
:
String
?
=
null
,
DatabaseName
:
String
?
=
null
,
Region
:
Region
?
=
null
,
RoleARN
:
ARN
?
=
null
,
TableName
:
String
?
=
null
,
VersionId
:
String
?
=
null
)
Properties
Catalog
Id
Link copied to clipboard
val
CatalogId
:
String
?
Database
Name
Link copied to clipboard
val
DatabaseName
:
String
?
Region
Link copied to clipboard
val
Region
:
Region
?
Role
ARN
Link copied to clipboard
val
RoleARN
:
ARN
?
Table
Name
Link copied to clipboard
val
TableName
:
String
?
Version
Id
Link copied to clipboard
val
VersionId
:
String
?