ScheduleGroupTagArgs

data class ScheduleGroupTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ScheduleGroupTagArgs>

Tag to associate with the resource.

Constructors

Link copied to clipboard
fun ScheduleGroupTagArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

Key for the tag

Link copied to clipboard
val value: Output<String>

Value for the tag