ProvisionedProductAttribute

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
val name: String?

The user-friendly name of the provisioned product.

Link copied to clipboard

The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.

Link copied to clipboard

The product identifier.

Link copied to clipboard

The name of the product.

Link copied to clipboard

The identifier of the provisioning artifact.

Link copied to clipboard

The name of the provisioning artifact.

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 tags: List<Tag>?

One or more tags.

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user.

Link copied to clipboard

The ARN of the user in the session. This ARN might contain a session ID.

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