toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-kms
/
org.http4k.connect.amazon.kms.action
/
Sign
Sign
@
JsonSerializable
data
class
Sign
(
val
KeyId
:
KMSKeyId
,
val
Message
:
Base64Blob
,
val
SigningAlgorithm
:
SigningAlgorithm
,
val
Request
:
List
<
String
>
?
=
null
,
val
MessageType
:
String
?
=
null
)
:
KMSAction
<
Signed
>
Members
Constructors
Sign
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
Message
:
Base64Blob
,
SigningAlgorithm
:
SigningAlgorithm
,
Request
:
List
<
String
>
?
=
null
,
MessageType
:
String
?
=
null
)
Properties
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
Message
Link copied to clipboard
val
Message
:
Base64Blob
Message
Type
Link copied to clipboard
val
MessageType
:
String
?
=
null
Request
Link copied to clipboard
val
Request
:
List
<
String
>
?
=
null
Signing
Algorithm
Link copied to clipboard
val
SigningAlgorithm
:
SigningAlgorithm
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Signed
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri