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
/
ScheduleKeyDeletion
Schedule
Key
Deletion
@
JsonSerializable
data
class
ScheduleKeyDeletion
(
val
KeyId
:
KMSKeyId
,
val
PendingWindowInDays
:
Int
?
=
null
)
:
KMSAction
<
KeyDeletionSchedule
>
(
source
)
Members
Constructors
Schedule
Key
Deletion
Link copied to clipboard
constructor
(
KeyId
:
KMSKeyId
,
PendingWindowInDays
:
Int
?
=
null
)
Properties
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
Pending
Window
In
Days
Link copied to clipboard
val
PendingWindowInDays
:
Int
?
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
<
KeyDeletionSchedule
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri