TargetGroupAttributeArgs

data class TargetGroupAttributeArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TargetGroupAttributeArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

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

The value of the attribute.

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

The name of the attribute.

Functions

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