Requests updates to the configuration of the specified provisioned product
Source:R/servicecatalog_operations.R
servicecatalog_update_provisioned_product.RdRequests updates to the configuration of the specified provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_update_provisioned_product/ for full documentation.
Usage
servicecatalog_update_provisioned_product(
AcceptLanguage = NULL,
ProvisionedProductName = NULL,
ProvisionedProductId = NULL,
ProductId = NULL,
ProductName = NULL,
ProvisioningArtifactId = NULL,
ProvisioningArtifactName = NULL,
PathId = NULL,
PathName = NULL,
ProvisioningParameters = NULL,
ProvisioningPreferences = NULL,
Tags = NULL,
UpdateToken
)Arguments
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- ProvisionedProductName
The name of the provisioned product. You cannot specify both
ProvisionedProductNameandProvisionedProductId.- ProvisionedProductId
The identifier of the provisioned product. You must provide the name or ID, but not both.
- ProductId
The identifier of the product. You must provide the name or ID, but not both.
- ProductName
The name of the product. You must provide the name or ID, but not both.
- ProvisioningArtifactId
The identifier of the provisioning artifact.
- ProvisioningArtifactName
The name of the provisioning artifact. You must provide the name or ID, but not both.
- PathId
The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.
- PathName
The name of the path. You must provide the name or ID, but not both.
- ProvisioningParameters
The new parameters.
- ProvisioningPreferences
An object that contains information about the provisioning preferences for a stack set.
One or more tags. Requires the product to have
RESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.- UpdateToken
[required] The idempotency token that uniquely identifies the provisioning update request.