CustomActionTypeConfigurationPropertyArgs

data class CustomActionTypeConfigurationPropertyArgs(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<CustomActionTypeConfigurationPropertyArgs>

Constructors

constructor(description: Output<String>? = null, key: Output<Boolean>, name: Output<String>, queryable: Output<Boolean>? = null, required: Output<Boolean>, secret: Output<Boolean>, type: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the action configuration property.

Link copied to clipboard
val key: Output<Boolean>

Whether the configuration property is a key.

Link copied to clipboard
val name: Output<String>

The name of the action configuration property.

Link copied to clipboard
val queryable: Output<Boolean>? = null

Indicates that the property will be used in conjunction with PollForJobs.

Link copied to clipboard
val required: Output<Boolean>

Whether the configuration property is a required value.

Link copied to clipboard
val secret: Output<Boolean>

Whether the configuration property is secret.

Link copied to clipboard
val type: Output<String>? = null

The type of the configuration property. Valid values: String, Number, Boolean

Functions

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