EventTypeLabelArgs

data class EventTypeLabelArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val inline: Output<Boolean>? = null, val lastUpdatedTime: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<EventTypeTagArgs>>? = null) : ConvertibleToJava<EventTypeLabelArgs>

Constructors

Link copied to clipboard
fun EventTypeLabelArgs(arn: Output<String>? = null, createdTime: Output<String>? = null, description: Output<String>? = null, inline: Output<Boolean>? = null, lastUpdatedTime: Output<String>? = null, name: Output<String>? = null, tags: Output<List<EventTypeTagArgs>>? = null)

Functions

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

Properties

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

The time when the event type was created.

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

The description.

Link copied to clipboard
val inline: Output<Boolean>? = null
Link copied to clipboard
val lastUpdatedTime: Output<String>? = null

The time when the event type was last updated.

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

Tags associated with this event type.