interface AnomalyMonitorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CE.AnomalyMonitorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsce#AnomalyMonitorReference |
![]() | software.amazon.awscdk.services.ce.AnomalyMonitorReference |
![]() | aws_cdk.aws_ce.AnomalyMonitorReference |
![]() | aws-cdk-lib » 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 ce } from 'aws-cdk-lib';
const anomalyMonitorReference: 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.