ProvisioningArtifactDetail

Information about a provisioning artifact (also known as a version) for a product.

Types

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

Properties

Link copied to clipboard

Indicates whether the product version is active.

Link copied to clipboard

The UTC time stamp of the creation time.

Link copied to clipboard

The description of the provisioning artifact.

Link copied to clipboard

Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

Link copied to clipboard
val id: String?

The identifier of the provisioning artifact.

Link copied to clipboard
val name: String?

The name of the provisioning artifact.

Link copied to clipboard

Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. Service Catalog includes this response parameter as a high level field to the existing ProvisioningArtifactDetail type, which is returned as part of the response for CreateProduct, UpdateProduct, DescribeProductAsAdmin, DescribeProvisioningArtifact, ListProvisioningArtifact, and UpdateProvisioningArticat APIs.

Link copied to clipboard

The type of provisioning artifact.

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