toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
>
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
?
=
null
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