toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-secretsmanager
/
org.http4k.connect.amazon.secretsmanager.action
/
UpdateSecret
Update
Secret
@
JsonSerializable
data
class
UpdateSecret
:
SecretsManagerAction
<
UpdatedSecret
>
Members
Constructors
Update
Secret
Link copied to clipboard
constructor
(
SecretId
:
SecretId
,
ClientRequestToken
:
UUID
,
SecretString
:
String
,
Description
:
String
?
=
null
,
KmsKeyId
:
KMSKeyId
?
=
null
)
constructor
(
SecretId
:
SecretId
,
ClientRequestToken
:
UUID
,
SecretBinary
:
Base64Blob
,
Description
:
String
?
=
null
,
KmsKeyId
:
KMSKeyId
?
=
null
)
Properties
Client
Request
Token
Link copied to clipboard
val
ClientRequestToken
:
UUID
Description
Link copied to clipboard
val
Description
:
String
?
=
null
Kms
Key
Id
Link copied to clipboard
val
KmsKeyId
:
KMSKeyId
?
=
null
Secret
Binary
Link copied to clipboard
val
SecretBinary
:
Base64Blob
?
=
null
Secret
Id
Link copied to clipboard
val
SecretId
:
SecretId
Secret
String
Link copied to clipboard
val
SecretString
:
String
?
=
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
<
UpdatedSecret
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri