@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum EventBridgeRuleTemplateEventType extends Enum<EventBridgeRuleTemplateEventType>
Modifier and Type | Method and Description |
---|---|
static EventBridgeRuleTemplateEventType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static EventBridgeRuleTemplateEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventBridgeRuleTemplateEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventBridgeRuleTemplateEventType MEDIALIVE_MULTIPLEX_ALERT
public static final EventBridgeRuleTemplateEventType MEDIALIVE_MULTIPLEX_STATE_CHANGE
public static final EventBridgeRuleTemplateEventType MEDIALIVE_CHANNEL_ALERT
public static final EventBridgeRuleTemplateEventType MEDIALIVE_CHANNEL_INPUT_CHANGE
public static final EventBridgeRuleTemplateEventType MEDIALIVE_CHANNEL_STATE_CHANGE
public static final EventBridgeRuleTemplateEventType MEDIAPACKAGE_INPUT_NOTIFICATION
public static final EventBridgeRuleTemplateEventType MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
public static final EventBridgeRuleTemplateEventType MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
public static final EventBridgeRuleTemplateEventType SIGNAL_MAP_ACTIVE_ALARM
public static final EventBridgeRuleTemplateEventType MEDIACONNECT_ALERT
public static final EventBridgeRuleTemplateEventType MEDIACONNECT_SOURCE_HEALTH
public static final EventBridgeRuleTemplateEventType MEDIACONNECT_OUTPUT_HEALTH
public static final EventBridgeRuleTemplateEventType MEDIACONNECT_FLOW_STATUS_CHANGE
public static EventBridgeRuleTemplateEventType[] values()
for (EventBridgeRuleTemplateEventType c : EventBridgeRuleTemplateEventType.values()) System.out.println(c);
public static EventBridgeRuleTemplateEventType 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 nullpublic String toString()
toString
in class Enum<EventBridgeRuleTemplateEventType>
public static EventBridgeRuleTemplateEventType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.