AccountSkuArgs

data class AccountSkuArgs(val name: Output<Either<String, SkuName>>) : ConvertibleToJava<AccountSkuArgs>

SKU of the trusted signing account.

Constructors

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

Properties

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

Name of the SKU.

Functions

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