DeployPolicySelectorTargetArgs

data class DeployPolicySelectorTargetArgs(val id: Output<String>? = null, val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<DeployPolicySelectorTargetArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, labels: Output<Map<String, String>>? = null)

Properties

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

ID of the Target. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine which target is being referred to * "*", all targets in a location.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Target labels.

Functions

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