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