interface AnomalyMonitorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CE.AnomalyMonitorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsce#AnomalyMonitorReference |
Java | software.amazon.awscdk.interfaces.ce.AnomalyMonitorReference |
Python | aws_cdk.interfaces.aws_ce.AnomalyMonitorReference |
TypeScript | aws-cdk-lib » interfaces » aws_ce » AnomalyMonitorReference |
A reference to a AnomalyMonitor resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ce as interfaces_ce } from 'aws-cdk-lib/interfaces';
const anomalyMonitorReference: interfaces_ce.AnomalyMonitorReference = {
monitorArn: 'monitorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| monitor | string | The MonitorArn of the AnomalyMonitor resource. |
monitorArn
Type:
string
The MonitorArn of the AnomalyMonitor resource.

.NET
Go
Java
Python
TypeScript