Entity Type Args
data class EntityTypeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EntityTypeArgs>
An entity type for fraud detector.
An entity type for fraud detector.