Alert Rule Nrt Entity Mapping Args
data class AlertRuleNrtEntityMappingArgs(val entityType: Output<String>, val fieldMappings: Output<List<AlertRuleNrtEntityMappingFieldMappingArgs>>) : ConvertibleToJava<AlertRuleNrtEntityMappingArgs>
Constructors
Link copied to clipboard
fun AlertRuleNrtEntityMappingArgs(entityType: Output<String>, fieldMappings: Output<List<AlertRuleNrtEntityMappingFieldMappingArgs>>)