UpdateProvisionedProductRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The language code.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The identifier of the provisioning artifact.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

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

Link copied to clipboard

The idempotency token that uniquely identifies the provisioning update request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String