EventTypeEventVariableArgs

data class EventTypeEventVariableArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val dataSource: Output<EventTypeEventVariableDataSource>? = null, val dataType: Output<EventTypeEventVariableDataType>? = null, val defaultValue: 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, val variableType: Output<EventTypeEventVariableVariableType>? = null) : ConvertibleToJava<EventTypeEventVariableArgs>

Constructors

Link copied to clipboard
fun EventTypeEventVariableArgs(arn: Output<String>? = null, createdTime: Output<String>? = null, dataSource: Output<EventTypeEventVariableDataSource>? = null, dataType: Output<EventTypeEventVariableDataType>? = null, defaultValue: Output<String>? = null, description: Output<String>? = null, inline: Output<Boolean>? = null, lastUpdatedTime: Output<String>? = null, name: Output<String>? = null, tags: Output<List<EventTypeTagArgs>>? = null, variableType: Output<EventTypeEventVariableVariableType>? = null)

Functions

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

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
Link copied to clipboard
Link copied to clipboard
val defaultValue: Output<String>? = null
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.

Link copied to clipboard