@Stability(value=Stable)
public static interface CfnDeploymentGroup.AlarmProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getName()
The name of the alarm.
|
@Stability(value=Stable) @Nullable default String getName()
Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
@Stability(value=Stable) static CfnDeploymentGroup.AlarmProperty.Builder builder()
Copyright © 2022. All rights reserved.