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
/
SSESpecification
SSESpecification
@
JsonSerializable
data
class
SSESpecification
(
val
Enabled
:
Boolean
,
val
KMSMasterKeyId
:
KMSKeyId
?
=
null
,
val
SSEType
:
SSEType
?
=
null
)
(
source
)
Members
Constructors
SSESpecification
Link copied to clipboard
constructor
(
Enabled
:
Boolean
,
KMSMasterKeyId
:
KMSKeyId
?
=
null
,
SSEType
:
SSEType
?
=
null
)
Properties
Enabled
Link copied to clipboard
val
Enabled
:
Boolean
KMSMaster
Key
Id
Link copied to clipboard
val
KMSMasterKeyId
:
KMSKeyId
?
SSEType
Link copied to clipboard
val
SSEType
:
SSEType
?