Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MonitoringAppSpecification = MonitoringAppSpecification' {}
- newMonitoringAppSpecification :: Text -> MonitoringAppSpecification
- monitoringAppSpecification_containerArguments :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text))
- monitoringAppSpecification_recordPreprocessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text)
- monitoringAppSpecification_containerEntrypoint :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text))
- monitoringAppSpecification_postAnalyticsProcessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text)
- monitoringAppSpecification_imageUri :: Lens' MonitoringAppSpecification Text
Documentation
data MonitoringAppSpecification Source #
Container image configuration object for the monitoring job.
See: newMonitoringAppSpecification
smart constructor.
MonitoringAppSpecification' | |
|
Instances
newMonitoringAppSpecification Source #
Create a value of MonitoringAppSpecification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerArguments:MonitoringAppSpecification'
, monitoringAppSpecification_containerArguments
- An array of arguments for the container used to run the monitoring job.
$sel:recordPreprocessorSourceUri:MonitoringAppSpecification'
, monitoringAppSpecification_recordPreprocessorSourceUri
- 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.
$sel:containerEntrypoint:MonitoringAppSpecification'
, monitoringAppSpecification_containerEntrypoint
- Specifies the entrypoint for a container used to run the monitoring job.
$sel:postAnalyticsProcessorSourceUri:MonitoringAppSpecification'
, monitoringAppSpecification_postAnalyticsProcessorSourceUri
- An Amazon S3 URI to a script that is called after analysis has been
performed. Applicable only for the built-in (first party) containers.
$sel:imageUri:MonitoringAppSpecification'
, monitoringAppSpecification_imageUri
- The container image to be run by the monitoring job.
monitoringAppSpecification_containerArguments :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #
An array of arguments for the container used to run the monitoring job.
monitoringAppSpecification_recordPreprocessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #
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.
monitoringAppSpecification_containerEntrypoint :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #
Specifies the entrypoint for a container used to run the monitoring job.
monitoringAppSpecification_postAnalyticsProcessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
monitoringAppSpecification_imageUri :: Lens' MonitoringAppSpecification Text Source #
The container image to be run by the monitoring job.