ProvisionProductRequest

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

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

Link copied to clipboard

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. 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 product identifier. 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

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Parameters specified by the administrator that are required for provisioning the product.

Link copied to clipboard

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

Link copied to clipboard

An idempotency token that uniquely identifies the provisioning request.

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

One or more tags.

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