Interface CfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDaemonPropsMixin
@Stability(Stable)
public static interface CfnDaemonPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDaemonPropsMixin.DaemonAlarmConfigurationPropertydefault Numberdefault NumberMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarms
Returns union: eitherIResolvableorCfnDaemonPropsMixin.DaemonAlarmConfigurationProperty- See Also:
-
getBakeTimeInMinutes
- See Also:
-
getDrainPercent
- See Also:
-
builder
@Stability(Stable) static CfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty.Builder builder()
-