EventType

class EventType : KotlinCustomResource

A resource schema for an EventType in Amazon Fraud Detector.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the event type.

Link copied to clipboard
val createdTime: Output<String>

The time when the event type was created.

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

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 id: Output<String>
Link copied to clipboard
val labels: Output<List<EventTypeLabel>>

The event type labels.

Link copied to clipboard
val lastUpdatedTime: Output<String>

The time when the event type was last updated.

Link copied to clipboard
val name: Output<String>

The name for the event type

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Tags associated with this event type.

Link copied to clipboard
val urn: Output<String>