@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.638Z") @Stability(value=Experimental) public abstract class InitCommandWaitDuration extends software.amazon.jsii.JsiiObject
| 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()
(experimental) cfn-init will exit and resume only after a reboot.
|
static InitCommandWaitDuration |
none()
(experimental) Do not wait for this command.
|
static InitCommandWaitDuration |
of(Duration duration)
(experimental) 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=Experimental) protected InitCommandWaitDuration()
@Stability(value=Experimental) @NotNull public static InitCommandWaitDuration forever()
@Stability(value=Experimental) @NotNull public static InitCommandWaitDuration none()
@Stability(value=Experimental) @NotNull public static InitCommandWaitDuration of(@NotNull Duration duration)
duration - This parameter is required.Copyright © 2021. All rights reserved.