interface IAlarmRule
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.IAlarmRule |
![]() | software.amazon.awscdk.services.cloudwatch.IAlarmRule |
![]() | aws_cdk.aws_cloudwatch.IAlarmRule |
![]() | @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.