Interface CfnEnvironment.MonitorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironment.MonitorProperty.Jsii$Proxy
- Enclosing class:
CfnEnvironment
@Stability(Stable)
public static interface CfnEnvironment.MonitorProperty
extends software.amazon.jsii.JsiiSerializable
Amazon CloudWatch alarms to monitor during the deployment process.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appconfig.*;
MonitorProperty monitorProperty = MonitorProperty.builder()
.alarmArn("alarmArn")
// the properties below are optional
.alarmRoleArn("alarmRoleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironment.MonitorPropertystatic final classAn implementation forCfnEnvironment.MonitorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmArn
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.- See Also:
-
getAlarmRoleArn
ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitorAlarmArn.- See Also:
-
builder
-