ActivityArgs

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

Resource schema for Activity

Example Usage

Example

No Java example available.

Example

No Java example available.

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 activity. A name must not contain:

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

The list of tags to add to a resource. Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .

Functions

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