InitCommandWaitDuration¶
-
class
aws_cdk.aws_ec2.
InitCommandWaitDuration
¶ Bases:
object
Represents a duration to wait after a command has finished, in case of a reboot (Windows only).
Static Methods
-
classmethod
forever
()¶ cfn-init will exit and resume only after a reboot.
- Return type
-
classmethod
none
()¶ Do not wait for this command.
- Return type
-
classmethod