View source: R/servicecatalog_operations.R
servicecatalog_update_provisioning_artifact | R Documentation |
Updates the specified provisioning artifact (also known as a version) for the specified product.
See https://www.paws-r-sdk.com/docs/servicecatalog_update_provisioning_artifact/ for full documentation.
servicecatalog_update_provisioning_artifact(
AcceptLanguage = NULL,
ProductId,
ProvisioningArtifactId,
Name = NULL,
Description = NULL,
Active = NULL,
Guidance = NULL
)
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. |
Name |
The updated name of the provisioning artifact. |
Description |
The updated description of the provisioning artifact. |
Active |
Indicates whether the product version is active. Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact. |
Guidance |
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. The The administrator can set the guidance to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.