| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InitCommandWaitDuration |
InitCommandWaitDuration.forever()
cfn-init will exit and resume only after a reboot.
|
default InitCommandWaitDuration |
InitCommandOptions.getWaitAfterCompletion()
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()
Do not wait for this command.
|
static InitCommandWaitDuration |
InitCommandWaitDuration.of(Duration duration)
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() |
Copyright © 2022. All rights reserved.