AutomationSelectorArgs

data class AutomationSelectorArgs(val targets: Output<List<AutomationSelectorTargetArgs>>) : ConvertibleToJava<AutomationSelectorArgs>

Constructors

Link copied to clipboard
constructor(targets: Output<List<AutomationSelectorTargetArgs>>)

Properties

Link copied to clipboard

Contains attributes about a target. Structure is documented below.

Functions

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