| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InitCommandWaitDuration |
InitCommandWaitDuration.forever()
(experimental) cfn-init will exit and resume only after a reboot.
|
default InitCommandWaitDuration |
InitCommandOptions.getWaitAfterCompletion()
(experimental) The duration to wait after a command has finished in case the command causes a reboot.
|
InitCommandWaitDuration |
InitCommandOptions.Jsii$Proxy.getWaitAfterCompletion() |
static InitCommandWaitDuration |
InitCommandWaitDuration.none()
(experimental) Do not wait for this command.
|
static InitCommandWaitDuration |
InitCommandWaitDuration.of(Duration duration)
(experimental) Wait for a specified duration after a command.
|
| Modifier and Type | Method and Description |
|---|---|
InitCommandOptions.Builder |
InitCommandOptions.Builder.waitAfterCompletion(InitCommandWaitDuration waitAfterCompletion)
Sets the value of
InitCommandOptions.getWaitAfterCompletion() |
| Constructor and Description |
|---|
Jsii$Proxy(String cwd,
Map<String,String> env,
Boolean ignoreErrors,
String key,
List<? extends InitServiceRestartHandle> serviceRestartHandles,
String testCmd,
InitCommandWaitDuration waitAfterCompletion)
Constructor that initializes the object based on literal property values passed by the
InitCommandOptions.Builder. |
Copyright © 2021. All rights reserved.