EventTypeArgs

data class EventTypeArgs(val description: Output<String>? = null, val entityTypes: Output<List<EventTypeEntityTypeArgs>>? = null, val eventVariables: Output<List<EventTypeEventVariableArgs>>? = null, val labels: Output<List<EventTypeLabelArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<EventTypeTagArgs>>? = null) : ConvertibleToJava<EventTypeArgs>

A resource schema for an EventType in Amazon Fraud Detector.

Constructors

Link copied to clipboard
fun EventTypeArgs(description: Output<String>? = null, entityTypes: Output<List<EventTypeEntityTypeArgs>>? = null, eventVariables: Output<List<EventTypeEventVariableArgs>>? = null, labels: Output<List<EventTypeLabelArgs>>? = null, name: Output<String>? = null, tags: Output<List<EventTypeTagArgs>>? = null)

Functions

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

Properties

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

The description of the event type.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val labels: Output<List<EventTypeLabelArgs>>? = null
Link copied to clipboard
val name: Output<String>? = null

The name for the event type

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

Tags associated with this event type.