Update Service Action
| servicecatalog_update_service_action | R Documentation |
Updates a self-service action¶
Description¶
Updates a self-service action.
Usage¶
Arguments¶
Id[required] The self-service action identifier.
NameThe self-service action name.
DefinitionA map that defines the self-service action.
DescriptionThe self-service action description.
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
Value¶
A list with the following syntax:
list(
ServiceActionDetail = list(
ServiceActionSummary = list(
Id = "string",
Name = "string",
Description = "string",
DefinitionType = "SSM_AUTOMATION"
),
Definition = list(
"string"
)
)
)