Skip to content

/AWS1/CL_SCG=>UPDATEPROVISIONEDPRODUCT()

About UpdateProvisionedProduct

Requests updates to the configuration of the specified provisioned product.

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.

Method Signature

IMPORTING

Required arguments:

IV_UPDATETOKEN TYPE /AWS1/SCGIDEMPOTENCYTOKEN /AWS1/SCGIDEMPOTENCYTOKEN

The idempotency token that uniquely identifies the provisioning update request.

Optional arguments:

IV_ACCEPTLANGUAGE TYPE /AWS1/SCGACCEPTLANGUAGE /AWS1/SCGACCEPTLANGUAGE

The language code.

  • jp - Japanese

  • zh - Chinese

IV_PROVISIONEDPRODUCTNAME TYPE /AWS1/SCGPROVPRODUCTNAMEORARN /AWS1/SCGPROVPRODUCTNAMEORARN

The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

IV_PROVISIONEDPRODUCTID TYPE /AWS1/SCGID /AWS1/SCGID

The identifier of the provisioned product. You must provide the name or ID, but not both.

IV_PRODUCTID TYPE /AWS1/SCGID /AWS1/SCGID

The identifier of the product. You must provide the name or ID, but not both.

IV_PRODUCTNAME TYPE /AWS1/SCGPRODUCTVIEWNAME /AWS1/SCGPRODUCTVIEWNAME

The name of the product. You must provide the name or ID, but not both.

IV_PROVISIONINGARTIFACTID TYPE /AWS1/SCGID /AWS1/SCGID

The identifier of the provisioning artifact.

IV_PROVISIONINGARTIFACTNAME TYPE /AWS1/SCGPROVARTIFACTNAME /AWS1/SCGPROVARTIFACTNAME

The name of the provisioning artifact. You must provide the name or ID, but not both.

IV_PATHID TYPE /AWS1/SCGID /AWS1/SCGID

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.

IV_PATHNAME TYPE /AWS1/SCGPORTFOLIODISPLAYNAME /AWS1/SCGPORTFOLIODISPLAYNAME

The name of the path. You must provide the name or ID, but not both.

IT_PROVISIONINGPARAMETERS TYPE /AWS1/CL_SCGUPDATEPROVPARAM=>TT_UPDATEPROVPARAMETERS TT_UPDATEPROVPARAMETERS

The new parameters.

IO_PROVISIONINGPREFERENCES TYPE REF TO /AWS1/CL_SCGUPDPROVPREFERENCES /AWS1/CL_SCGUPDPROVPREFERENCES

An object that contains information about the provisioning preferences for a stack set.

IT_TAGS TYPE /AWS1/CL_SCGTAG=>TT_TAGS TT_TAGS

One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCGUPDPROVPRODUCTOUT /AWS1/CL_SCGUPDPROVPRODUCTOUT