ProvisionedProductDetail

Information about a provisioned product.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the provisioned product.

Link copied to clipboard

The UTC time stamp of the creation time.

Link copied to clipboard
val id: String?

The identifier of the provisioned product.

Link copied to clipboard

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Link copied to clipboard

The record identifier of the last request performed on this provisioned product of the following types:

Link copied to clipboard

The record identifier of the last request performed on this provisioned product.

Link copied to clipboard

The record identifier of the last successful request performed on this provisioned product of the following types:

Link copied to clipboard

The ARN of the launch role associated with the provisioned product.

Link copied to clipboard
val name: String?

The user-friendly name of the provisioned product.

Link copied to clipboard

The product identifier. For example, prod-abcdzk7xy33qa.

Link copied to clipboard

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

Link copied to clipboard

The current status of the provisioned product.

Link copied to clipboard

The current status message of the provisioned product.

Link copied to clipboard
val type: String?

The type of provisioned product. The supported values are CFN_STACK, CFN_STACKSET, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, and EXTERNAL.

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