@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.444Z") @Stability(value=Stable) public abstract class InitCommandWaitDuration extends software.amazon.jsii.JsiiObject
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.ec2.*; InitCommandWaitDuration initCommandWaitDuration = InitCommandWaitDuration.forever();
| Modifier | Constructor and Description |
|---|---|
protected |
InitCommandWaitDuration() |
protected |
InitCommandWaitDuration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InitCommandWaitDuration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static InitCommandWaitDuration |
forever()
cfn-init will exit and resume only after a reboot.
|
static InitCommandWaitDuration |
none()
Do not wait for this command.
|
static InitCommandWaitDuration |
of(Duration duration)
Wait for a specified duration after a command.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected InitCommandWaitDuration(software.amazon.jsii.JsiiObjectRef objRef)
protected InitCommandWaitDuration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected InitCommandWaitDuration()
@Stability(value=Stable) @NotNull public static InitCommandWaitDuration forever()
@Stability(value=Stable) @NotNull public static InitCommandWaitDuration none()
@Stability(value=Stable) @NotNull public static InitCommandWaitDuration of(@NotNull Duration duration)
duration - This parameter is required.Copyright © 2022. All rights reserved.