Event Type Args
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<TagArgs>>? = null) : ConvertibleToJava<EventTypeArgs>
A resource schema for an EventType in Amazon Fraud Detector.
Constructors
Link copied to clipboard
constructor(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<TagArgs>>? = null)