@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.127Z") @Stability(value=Experimental) public enum ScalingEvent extends Enum<ScalingEvent>
| Enum Constant and Description |
|---|
INSTANCE_LAUNCH
(experimental) Notify when an instance was launched.
|
INSTANCE_LAUNCH_ERROR
(experimental) Notify when an instance failed to launch.
|
INSTANCE_TERMINATE
(experimental) Notify when an instance was terminated.
|
INSTANCE_TERMINATE_ERROR
(experimental) Notify when an instance failed to terminate.
|
TEST_NOTIFICATION
(experimental) Send a test notification to the topic.
|
| Modifier and Type | Method and Description |
|---|---|
static ScalingEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ScalingEvent INSTANCE_LAUNCH
@Stability(value=Experimental) public static final ScalingEvent INSTANCE_TERMINATE
@Stability(value=Experimental) public static final ScalingEvent INSTANCE_TERMINATE_ERROR
@Stability(value=Experimental) public static final ScalingEvent INSTANCE_LAUNCH_ERROR
@Stability(value=Experimental) public static final ScalingEvent TEST_NOTIFICATION
public static ScalingEvent[] values()
for (ScalingEvent c : ScalingEvent.values()) System.out.println(c);
public static ScalingEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.