interface AlertReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.LookoutMetrics.AlertReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awslookoutmetrics#AlertReference |
Java | software.amazon.awscdk.interfaces.lookoutmetrics.AlertReference |
Python | aws_cdk.interfaces.aws_lookoutmetrics.AlertReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_lookoutmetrics } from 'aws-cdk-lib/interfaces';
const alertReference: interfaces_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.

.NET
Go
Java
Python
TypeScript