@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:46.940Z") @Stability(value=Experimental) 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()
(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 © 2022. All rights reserved.