MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification class

Constructors

MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification({Input<List<String>?>? containerArguments, Input<List<String>?>? containerEntrypoints, required Input<String> imageUri, Input<String?>? postAnalyticsProcessorSourceUri, Input<String?>? recordPreprocessorSourceUri})
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification. containerArguments List of arguments for the container used to run the monitoring job. containerEntrypoints Entrypoint for the container used to run the monitoring job. imageUri Container image to be run by the monitoring job. postAnalyticsProcessorSourceUri Script that is called after analysis has been performed. recordPreprocessorSourceUri Script that is called per row prior to running analysis.
const
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification.fromMap(Map<String, dynamic> map)
factory

Properties

containerArguments → Input<List<String>?>?
List of arguments for the container used to run the monitoring job.
final
containerEntrypoints → Input<List<String>?>?
Entrypoint for the container used to run the monitoring job.
final
hashCode int
The hash code for this object.
no setterinherited
imageUri → Input<String>
Container image to be run by the monitoring job.
final
postAnalyticsProcessorSourceUri → Input<String?>?
Script that is called after analysis has been performed.
final
recordPreprocessorSourceUri → Input<String?>?
Script that is called per row prior to running analysis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited