AppSkuInfoArgs

data class AppSkuInfoArgs(val name: Output<Either<String, AppSku>>) : ConvertibleToJava<AppSkuInfoArgs>

Information about the SKU of the IoT Central application.

Constructors

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

Properties

Link copied to clipboard
val name: Output<Either<String, AppSku>>

The name of the SKU.

Functions

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