SkuArgs

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

The SKU of a container registry.

Constructors

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

Properties

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

The SKU name of the container registry. Required for registry creation.

Functions

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