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
fun AppSkuInfoArgs(name: Output<Either<String, AppSku>>)

Functions

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

Properties

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

The name of the SKU.