GetCloudFormationProvisionedProductResult

data class GetCloudFormationProvisionedProductResult(val acceptLanguage: CloudFormationProvisionedProductAcceptLanguage? = null, val cloudformationStackArn: String? = null, val outputs: Map<String, String>? = null, val pathId: String? = null, val pathName: String? = null, val productId: String? = null, val productName: String? = null, val provisionedProductId: String? = null, val provisioningArtifactId: String? = null, val provisioningArtifactName: String? = null, val provisioningParameters: List<CloudFormationProvisionedProductProvisioningParameter>? = null, val provisioningPreferences: CloudFormationProvisionedProductProvisioningPreferences? = null, val recordId: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(acceptLanguage: CloudFormationProvisionedProductAcceptLanguage? = null, cloudformationStackArn: String? = null, outputs: Map<String, String>? = null, pathId: String? = null, pathName: String? = null, productId: String? = null, productName: String? = null, provisionedProductId: String? = null, provisioningArtifactId: String? = null, provisioningArtifactName: String? = null, provisioningParameters: List<CloudFormationProvisionedProductProvisioningParameter>? = null, provisioningPreferences: CloudFormationProvisionedProductProvisioningPreferences? = null, recordId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputs: Map<String, String>? = null

List of key-value pair outputs.

Link copied to clipboard
val pathId: String? = null

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 .

Link copied to clipboard
val pathName: String? = null

The name of the path. 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 .

Link copied to clipboard
val productId: String? = null

The product identifier.

Link copied to clipboard
val productName: String? = null

The name of the Service Catalog product. Each time a stack is created or updated, if ProductName is provided it will successfully resolve to ProductId as long as only one product exists in the account or Region with that ProductName .

Link copied to clipboard

The ID of the provisioned product.

Link copied to clipboard

The identifier of the provisioning artifact (also known as a version).

Link copied to clipboard

The name of the provisioning artifact (also known as a version) for the product. This name must be unique for the product.

Link copied to clipboard

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

Link copied to clipboard

StackSet preferences that are required for provisioning the product or updating a provisioned product.

Link copied to clipboard
val recordId: String? = null

The ID of the record, such as rec-rjeatvy434trk .

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

One or more tags.