TargetSelectorPropertiesArgs

data class TargetSelectorPropertiesArgs(val name: Output<String>? = null) : ConvertibleToJava<TargetSelectorPropertiesArgs>

Properties of the reference target.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

Name of the target.

Functions

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