ScheduleGroupArgs

data class ScheduleGroupArgs(val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ScheduleGroupArgs>

Definition of AWS::Scheduler::ScheduleGroup Resource Type

Constructors

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

Properties

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

The name of the schedule group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The list of tags to associate with the schedule group.

Functions

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