interface AlertReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutMetrics.AlertReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#AlertReference |
![]() | software.amazon.awscdk.services.lookoutmetrics.AlertReference |
![]() | aws_cdk.aws_lookoutmetrics.AlertReference |
![]() | aws-cdk-lib » aws_lookoutmetrics » AlertReference |
A reference to a Alert resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const alertReference: lookoutmetrics.AlertReference = {
alertArn: 'alertArn',
};
Properties
Name | Type | Description |
---|---|---|
alert | string | The Arn of the Alert resource. |
alertArn
Type:
string
The Arn of the Alert resource.