Gallery Application Custom Action Parameter Args
data class GalleryApplicationCustomActionParameterArgs(val defaultValue: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>, val required: Output<Boolean>? = null, val type: Output<GalleryApplicationCustomActionParameterType>? = null) : ConvertibleToJava<GalleryApplicationCustomActionParameterArgs>
The definition of a parameter that can be passed to a custom action of a Gallery Application Version.
Constructors
Link copied to clipboard
constructor(defaultValue: Output<String>? = null, description: Output<String>? = null, name: Output<String>, required: Output<Boolean>? = null, type: Output<GalleryApplicationCustomActionParameterType>? = null)
Properties
Link copied to clipboard
The default value of the parameter. Only applies to string types
Link copied to clipboard
A description to help users understand what this parameter means
Link copied to clipboard
Specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob