ActivityArgs

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

Resource schema for Activity

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
fun ActivityArgs(name: Output<String>? = null, tags: Output<List<ActivityTagsEntryArgs>>? = null)

Functions

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

Properties

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