You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::DataSourceThe data source ARN.
The description of the data source.
Amazon DynamoDB settings.
Amazon Elasticsearch Service settings.
HTTP endpoint settings.
AWS Lambda settings.
The name of the data source.
Relational database settings.
The AWS IAM service role ARN for the data source.
The type of the data source.
The description of the data source.
#name ⇒ StringThe name of the data source.
#service_role_arn ⇒ StringThe AWS IAM service role ARN for the data source. The system assumes this role when accessing the data source.
#type ⇒ StringThe type of the data source.
AMAZON_DYNAMODB: The data source is an Amazon DynamoDB table.
AMAZON_ELASTICSEARCH: The data source is an Amazon Elasticsearch Service domain.
AWS_LAMBDA: The data source is an AWS Lambda function.
NONE: There is no data source. This type is used when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.
HTTP: The data source is an HTTP endpoint.
RELATIONAL_DATABASE: The data source is a relational database.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4