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-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
>
(
source
)
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
?
Recovery
Window
In
Days
Link copied to clipboard
val
RecoveryWindowInDays
:
Int
?
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