public static interface CfnDeploymentGroup.AlarmProperty
The Alarm
property of the CodeDeploy DeploymentGroup AlarmConfiguration property contains a list of Alarm
property types.
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.codedeploy.*; AlarmProperty alarmProperty = AlarmProperty.builder() .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeploymentGroup.AlarmProperty.Builder
A builder for
CfnDeploymentGroup.AlarmProperty |
static class |
CfnDeploymentGroup.AlarmProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.AlarmProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeploymentGroup.AlarmProperty.Builder |
builder() |
default java.lang.String |
getName()
The name of the alarm.
|
default java.lang.String getName()
Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
static CfnDeploymentGroup.AlarmProperty.Builder builder()