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-kms
/
org.http4k.connect.amazon.kms.action
/
DescribeKey
Describe
Key
@
JsonSerializable
data
class
DescribeKey
(
val
KeyId
:
KMSKeyId
,
val
GrantTokens
:
List
<
String
>
?
=
null
)
:
KMSAction
<
KeyDescription
>
(
source
)
Members
Constructors
Describe
Key
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
GrantTokens
:
List
<
String
>
?
=
null
)
Properties
Grant
Tokens
Link copied to clipboard
val
GrantTokens
:
List
<
String
>
?
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
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
<
KeyDescription
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri