EntityMappingArgs

data class EntityMappingArgs(val entityType: Output<Either<String, EntityMappingType>>? = null, val fieldMappings: Output<List<FieldMappingArgs>>? = null) : ConvertibleToJava<EntityMappingArgs>

Single entity mapping for the alert rule

Constructors

Link copied to clipboard
constructor(entityType: Output<Either<String, EntityMappingType>>? = null, fieldMappings: Output<List<FieldMappingArgs>>? = null)

Properties

Link copied to clipboard
val entityType: Output<Either<String, EntityMappingType>>? = null

The V3 type of the mapped entity

Link copied to clipboard
val fieldMappings: Output<List<FieldMappingArgs>>? = null

array of field mappings for the given entity mapping

Functions

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