MonitoringAppSpecification class

Container image configuration object for the monitoring job.

Constructors

MonitoringAppSpecification({required String imageUri, List<String>? containerArguments, List<String>? containerEntrypoint, String? postAnalyticsProcessorSourceUri, String? recordPreprocessorSourceUri})
MonitoringAppSpecification.fromJson(Map<String, dynamic> json)
factory

Properties

containerArguments List<String>?
An array of arguments for the container used to run the monitoring job.
final
containerEntrypoint List<String>?
Specifies the entrypoint for a container used to run the monitoring job.
final
hashCode int
The hash code for this object.
no setterinherited
imageUri String
The container image to be run by the monitoring job.
final
postAnalyticsProcessorSourceUri String?
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
final
recordPreprocessorSourceUri String?
An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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