Interface LogAlarmReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LogAlarmReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:35.608Z")
@Stability(Stable)
public interface LogAlarmReference
extends software.amazon.jsii.JsiiSerializable
A reference to a LogAlarm resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.cloudwatch.*;
LogAlarmReference logAlarmReference = LogAlarmReference.builder()
.alarmName("alarmName")
.logAlarmArn("logAlarmArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forLogAlarmReferencestatic final classAn implementation forLogAlarmReference -
Method Summary
Modifier and TypeMethodDescriptionstatic LogAlarmReference.Builderbuilder()The AlarmName of the LogAlarm resource.The ARN of the LogAlarm resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmName
The AlarmName of the LogAlarm resource. -
getLogAlarmArn
The ARN of the LogAlarm resource. -
builder
- Returns:
- a
LogAlarmReference.BuilderofLogAlarmReference
-