interface IAlarmRule
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudWatch.IAlarmRule |
Java | software.amazon.awscdk.services.cloudwatch.IAlarmRule |
Python | aws_cdk.aws_cloudwatch.IAlarmRule |
TypeScript (source) | @aws-cdk/aws-cloudwatch » IAlarmRule |
Implemented by
Alarm, Composite
Obtainable from
Alarm.allOf(), Alarm.anyOf(), Alarm.fromAlarm(), Alarm.fromBoolean(), Alarm.fromString(), Alarm.not()
Interface for Alarm Rule.
Methods
| Name | Description |
|---|---|
| render | serialized representation of Alarm Rule to be used when building the Composite Alarm resource. |
renderAlarmRule()
public renderAlarmRule(): string
Returns
string
serialized representation of Alarm Rule to be used when building the Composite Alarm resource.

.NET
Java
Python
TypeScript (