SkuArgs

data class SkuArgs(val name: Output<String>) : ConvertibleToJava<SkuArgs>

The resource model definition representing SKU

Constructors

Link copied to clipboard
fun SkuArgs(name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): SkuArgs

Properties

Link copied to clipboard
val name: Output<String>

The name of the SKU.