Enum Class AppSyncDataSourceType
- All Implemented Interfaces:
Serializable,Comparable<AppSyncDataSourceType>,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-05-22T23:39:45.908Z")
@Stability(Stable)
public enum AppSyncDataSourceType
extends Enum<AppSyncDataSourceType>
Valid data source types for AppSync.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBedrock runtime data source type.DynamoDB data source type.Elasticsearch data source type.EventBridge data source type.HTTP data source type.Lambda data source type.OpenSearch service data source type.Relational DB data source type. -
Method Summary
Modifier and TypeMethodDescriptionstatic AppSyncDataSourceTypeReturns the enum constant of this class with the specified name.static AppSyncDataSourceType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LAMBDA
Lambda data source type. -
DYNAMODB
DynamoDB data source type. -
EVENTBRIDGE
EventBridge data source type. -
OPENSEARCH_SERVICE
OpenSearch service data source type. -
HTTP
HTTP data source type. -
RELATIONAL_DATABASE
Relational DB data source type. -
BEDROCK
Bedrock runtime data source type. -
ELASTICSEARCH
Elasticsearch data source type.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-