AnomalyMonitorArgs

data class AnomalyMonitorArgs(val monitorDimension: Output<AnomalyMonitorMonitorDimension>? = null, val monitorName: Output<String>? = null, val monitorSpecification: Output<String>? = null, val monitorType: Output<AnomalyMonitorMonitorType>? = null, val resourceTags: Output<List<AnomalyMonitorResourceTagArgs>>? = null) : ConvertibleToJava<AnomalyMonitorArgs>

AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. You can use Cost Anomaly Detection by creating monitor.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(monitorDimension: Output<AnomalyMonitorMonitorDimension>? = null, monitorName: Output<String>? = null, monitorSpecification: Output<String>? = null, monitorType: Output<AnomalyMonitorMonitorType>? = null, resourceTags: Output<List<AnomalyMonitorResourceTagArgs>>? = null)

Properties

Link copied to clipboard

The dimensions to evaluate

Link copied to clipboard
val monitorName: Output<String>? = null

The name of the monitor.

Link copied to clipboard
val monitorSpecification: Output<String>? = null

The array of MonitorSpecification in JSON array format. For instance, you can use MonitorSpecification to specify a tag, Cost Category, or linked account for your custom anomaly monitor. For further information, see the Examples section of this page.

Link copied to clipboard

The possible type values.

Link copied to clipboard

Tags to assign to monitor.

Functions

Link copied to clipboard
open override fun toJava(): AnomalyMonitorArgs