MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification({Input<
List< ? containerArguments, Input<String> ?>List< ? containerEntrypoints, required Input<String> ?>String> imageUri, Input<String?> ? postAnalyticsProcessorSourceUri, Input<String?> ? recordPreprocessorSourceUri}) -
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification.
containerArgumentsList of arguments for the container used to run the monitoring job.containerEntrypointsEntrypoint for the container used to run the monitoring job.imageUriContainer image to be run by the monitoring job.postAnalyticsProcessorSourceUriScript that is called after analysis has been performed.recordPreprocessorSourceUriScript 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