Interface CfnDaemon.DaemonDeploymentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDaemon.DaemonDeploymentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDaemon
@Stability(Stable)
public static interface CfnDaemon.DaemonDeploymentConfigurationProperty
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.ecs.*;
DaemonDeploymentConfigurationProperty daemonDeploymentConfigurationProperty = DaemonDeploymentConfigurationProperty.builder()
.alarms(DaemonAlarmConfigurationProperty.builder()
.alarmNames(List.of("alarmNames"))
.enable(false)
.build())
.bakeTimeInMinutes(123)
.drainPercent(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDaemon.DaemonDeploymentConfigurationPropertystatic final classAn implementation forCfnDaemon.DaemonDeploymentConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDaemon.DaemonAlarmConfigurationPropertydefault Numberdefault NumberMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarms
Returns union: eitherIResolvableorCfnDaemon.DaemonAlarmConfigurationProperty- See Also:
-
getBakeTimeInMinutes
- See Also:
-
getDrainPercent
- See Also:
-
builder
-