InstanceInitiatedShutdownBehavior¶
-
class
aws_cdk.aws_ec2.
InstanceInitiatedShutdownBehavior
(value)¶ Bases:
enum.Enum
Provides the options for specifying the instance initiated shutdown behavior.
Attributes
-
STOP
¶ The instance will stop when it initiates a shutdown.
-
TERMINATE
¶ The instance will be terminated when it initiates a shutdown.
-