CreatorPropertiesArgs

data class CreatorPropertiesArgs(val storageUnits: Output<Int>) : ConvertibleToJava<CreatorPropertiesArgs>

Creator resource properties

Constructors

Link copied to clipboard
constructor(storageUnits: Output<Int>)

Properties

Link copied to clipboard
val storageUnits: Output<Int>

The storage units to be allocated. Integer values from 1 to 100, inclusive.

Functions

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