Custom Monitoring Signal Args
constructor(componentId: Output<String>, inputAssets: Output<Map<String, Any>>? = null, inputs: Output<Map<String, Any>>? = null, metricThresholds: Output<List<CustomMetricThresholdArgs>>, notificationTypes: Output<List<Either<String, MonitoringNotificationType>>>? = null, properties: Output<Map<String, String>>? = null, signalType: Output<String>)