EnvironmentSkuPropertiesArgs

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

Managed Environment resource SKU properties.

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(): EnvironmentSkuPropertiesArgs