ProvisionedProductOutput

data class ProvisionedProductOutput(val description: String? = null, val outputKey: String? = null, val outputValue: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, outputKey: String? = null, outputValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the output value defined in the template.

Link copied to clipboard
val outputKey: String? = null

The name of the output value defined in the template.

Link copied to clipboard
val outputValue: String? = null

The content of the output value defined in the template.