SkuArgs

data class SkuArgs(val name: Output<Either<String, SkuName>>? = null) : ConvertibleToJava<SkuArgs>

The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.

Constructors

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

Properties

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

Name of the pricing tier.

Functions

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