Custom Class Args
data class CustomClassArgs(val customClassId: Output<String>? = null, val items: Output<List<ClassItemArgs>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<CustomClassArgs>
Create a custom class.
Properties
Link copied to clipboard
The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.
Link copied to clipboard
A collection of class items.