ListSelectorArgs

data class ListSelectorArgs(val filter: Output<SimpleFilterArgs>? = null, val id: Output<String>, val targets: Output<List<TargetReferenceArgs>>, val type: Output<String>) : ConvertibleToJava<ListSelectorArgs>

Model that represents a list selector.

Constructors

Link copied to clipboard
constructor(filter: Output<SimpleFilterArgs>? = null, id: Output<String>, targets: Output<List<TargetReferenceArgs>>, type: Output<String>)

Properties

Link copied to clipboard
val filter: Output<SimpleFilterArgs>? = null

Model that represents available filter types that can be applied to a targets list.

Link copied to clipboard
val id: Output<String>

String of the selector ID.

Link copied to clipboard

List of Target references.

Link copied to clipboard
val type: Output<String>

Enum of the selector type. Expected value is 'List'.

Functions

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