DetectorEventVariable

data class DetectorEventVariable(val arn: String? = null, val createdTime: String? = null, val dataSource: DetectorEventVariableDataSource? = null, val dataType: DetectorEventVariableDataType? = null, val defaultValue: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null, val variableType: DetectorEventVariableVariableType? = null)

Constructors

Link copied to clipboard
fun DetectorEventVariable(arn: String? = null, createdTime: String? = null, dataSource: DetectorEventVariableDataSource? = null, dataType: DetectorEventVariableDataType? = null, defaultValue: String? = null, description: String? = null, inline: Boolean? = null, lastUpdatedTime: String? = null, name: String? = null, tags: List<DetectorTag>? = null, variableType: DetectorEventVariableVariableType? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The time when the event variable was created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val defaultValue: String? = null
Link copied to clipboard
val description: String? = null

The description.

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

The time when the event variable was last updated.

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

Tags associated with this event variable.

Link copied to clipboard