Component Version Args
data class ComponentVersionArgs(val componentSpec: Output<Any>? = null, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ComponentVersionArgs>
Definition of a component version: defines resources that span component types.
Constructors
Properties
Link copied to clipboard
Defines Component definition details.
Link copied to clipboard
The asset description text.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The asset property dictionary.