interface AlarmReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.AlarmReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#AlarmReference |
![]() | software.amazon.awscdk.services.lightsail.AlarmReference |
![]() | aws_cdk.aws_lightsail.AlarmReference |
![]() | aws-cdk-lib » aws_lightsail » AlarmReference |
A reference to a Alarm resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as lightsail } from 'aws-cdk-lib';
const alarmReference: lightsail.AlarmReference = {
alarmArn: 'alarmArn',
alarmName: 'alarmName',
};
Properties
Name | Type | Description |
---|---|---|
alarm | string | The ARN of the Alarm resource. |
alarm | string | The AlarmName of the Alarm resource. |
alarmArn
Type:
string
The ARN of the Alarm resource.
alarmName
Type:
string
The AlarmName of the Alarm resource.