toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-systemsmanager
/
org.http4k.connect.amazon.systemsmanager.action
/
PutParameter
Put
Parameter
@
JsonSerializable
data
class
PutParameter
(
val
Name
:
SSMParameterName
,
val
Value
:
String
,
val
Type
:
ParameterType
,
val
KeyId
:
KMSKeyId
?
=
null
,
val
Overwrite
:
Boolean
?
=
null
,
val
AllowedPattern
:
String
?
=
null
,
val
DataType
:
String
?
=
null
,
val
Description
:
String
?
=
null
,
val
Policies
:
List
<
String
>
?
=
null
,
val
Tags
:
List
<
Tag
>
?
=
null
,
val
Tier
:
String
?
=
null
)
:
SystemsManagerAction
<
PutParameterResult
>
Members
Constructors
Put
Parameter
Link copied to clipboard
constructor
(
Name
:
SSMParameterName
,
Value
:
String
,
Type
:
ParameterType
,
KeyId
:
KMSKeyId
?
=
null
,
Overwrite
:
Boolean
?
=
null
,
AllowedPattern
:
String
?
=
null
,
DataType
:
String
?
=
null
,
Description
:
String
?
=
null
,
Policies
:
List
<
String
>
?
=
null
,
Tags
:
List
<
Tag
>
?
=
null
,
Tier
:
String
?
=
null
)
Properties
Allowed
Pattern
Link copied to clipboard
val
AllowedPattern
:
String
?
=
null
Data
Type
Link copied to clipboard
val
DataType
:
String
?
=
null
Description
Link copied to clipboard
val
Description
:
String
?
=
null
Key
Id
Link copied to clipboard
val
KeyId
:
KMSKeyId
?
=
null
Name
Link copied to clipboard
val
Name
:
SSMParameterName
Overwrite
Link copied to clipboard
val
Overwrite
:
Boolean
?
=
null
Policies
Link copied to clipboard
val
Policies
:
List
<
String
>
?
=
null
Tags
Link copied to clipboard
val
Tags
:
List
<
Tag
>
?
=
null
Tier
Link copied to clipboard
val
Tier
:
String
?
=
null
Type
Link copied to clipboard
val
Type
:
ParameterType
Value
Link copied to clipboard
val
Value
:
String
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
<
PutParameterResult
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri