ShutdownEventConfiguration class
The Shutdown event configuration.
Constructors
- ShutdownEventConfiguration({bool? delayUntilElbConnectionsDrained, int? executionTimeout})
-
ShutdownEventConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- delayUntilElbConnectionsDrained → bool?
-
Whether to enable Elastic Load Balancing connection draining. For more
information, see Connection
Draining
final
- executionTimeout → int?
-
The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a
Shutdown event before shutting down an instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited