ResourceSkuArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.

Functions

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