@Stability(value=Stable)
public static interface CfnEnvironment.MonitorsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
MonitorsProperty monitorsProperty = MonitorsProperty.builder()
.alarmArn("alarmArn")
.alarmRoleArn("alarmRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.MonitorsProperty.Builder
A builder for
CfnEnvironment.MonitorsProperty |
static class |
CfnEnvironment.MonitorsProperty.Jsii$Proxy
An implementation for
CfnEnvironment.MonitorsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.MonitorsProperty.Builder |
builder() |
default String |
getAlarmArn()
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
|
default String |
getAlarmRoleArn()
ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor `AlarmArn` .
|
@Stability(value=Stable) @Nullable default String getAlarmArn()
@Stability(value=Stable) @Nullable default String getAlarmRoleArn()
@Stability(value=Stable) static CfnEnvironment.MonitorsProperty.Builder builder()
Copyright © 2022. All rights reserved.