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<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)

Properties

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

The description of the event type.

Link copied to clipboard

The event type entity types.

Link copied to clipboard

The event type event variables.

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

The event type labels.

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

The name for the event type

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

Tags associated with this event type.

Functions

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