View source: R/servicecatalog_operations.R
servicecatalog_update_product | R Documentation |
Updates the specified product.
See https://www.paws-r-sdk.com/docs/servicecatalog_update_product/ for full documentation.
servicecatalog_update_product(
AcceptLanguage = NULL,
Id,
Name = NULL,
Owner = NULL,
Description = NULL,
Distributor = NULL,
SupportDescription = NULL,
SupportEmail = NULL,
SupportUrl = NULL,
AddTags = NULL,
RemoveTags = NULL,
SourceConnection = NULL
)
AcceptLanguage |
The language code.
|
Id |
[required] The product identifier. |
Name |
The updated product name. |
Owner |
The updated owner of the product. |
Description |
The updated description of the product. |
Distributor |
The updated distributor of the product. |
SupportDescription |
The updated support description for the product. |
SupportEmail |
The updated support email for the product. |
SupportUrl |
The updated support URL for the product. |
AddTags |
The tags to add to the product. |
RemoveTags |
The tags to remove from the product. |
SourceConnection |
Specifies connection details for the updated product and syncs the
product to the connection source artifact. This automatically manages
the product's artifacts based on changes to the source. The
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.