toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-secretsmanager
/
org.http4k.connect.amazon.secretsmanager.action
/
DeleteSecret
Delete
Secret
@
JsonSerializable
data
class
DeleteSecret
(
val
SecretId
:
SecretId
,
val
ForceDeleteWithoutRecovery
:
Boolean
?
=
null
,
val
RecoveryWindowInDays
:
Int
?
=
null
)
:
SecretsManagerAction
<
DeletedSecret
>
Members
Constructors
Delete
Secret
Link copied to clipboard
constructor
(
SecretId
:
SecretId
,
ForceDeleteWithoutRecovery
:
Boolean
?
=
null
,
RecoveryWindowInDays
:
Int
?
=
null
)
Properties
Force
Delete
Without
Recovery
Link copied to clipboard
val
ForceDeleteWithoutRecovery
:
Boolean
?
=
null
Recovery
Window
In
Days
Link copied to clipboard
val
RecoveryWindowInDays
:
Int
?
=
null
Secret
Id
Link copied to clipboard
val
SecretId
:
SecretId
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
<
DeletedSecret
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri