Custom Action Type Configuration Properties Args
data class CustomActionTypeConfigurationPropertiesArgs(val description: Output<String>? = null, val key: Output<Boolean>, val name: Output<String>, val queryable: Output<Boolean>? = null, val required: Output<Boolean>, val secret: Output<Boolean>, val type: Output<String>? = null) : ConvertibleToJava<CustomActionTypeConfigurationPropertiesArgs>
The configuration properties for the custom action.
Constructors
Properties
Link copied to clipboard
The description of the action configuration property that is displayed to users.
Link copied to clipboard
Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.