| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IGraphqlApi.Jsii$Default
Internal default implementation for
IGraphqlApi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphqlApi
(experimental) An AppSync GraphQL API.
|
class |
GraphqlApiBase
(experimental) Base Class for GraphQL API.
|
static class |
IGraphqlApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IGraphqlApi |
GraphqlApi.fromGraphqlApiAttributes(software.constructs.Construct scope,
String id,
GraphqlApiAttributes attrs)
(experimental) Import a GraphQL API through this function.
|
IGraphqlApi |
ElasticsearchDataSourceProps.Jsii$Proxy.getApi()
Deprecated.
|
IGraphqlApi |
ResolverProps.getApi()
(experimental) The API this resolver is attached to.
|
IGraphqlApi |
ResolverProps.Jsii$Proxy.getApi() |
IGraphqlApi |
NoneDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
OpenSearchDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
BackedDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
RdsDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
BaseDataSourceProps.getApi()
(experimental) The API to attach this data source to.
|
IGraphqlApi |
BaseDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
AppsyncFunctionProps.getApi()
(experimental) the GraphQL Api linked to this AppSync Function.
|
IGraphqlApi |
AppsyncFunctionProps.Jsii$Proxy.getApi() |
protected IGraphqlApi |
BaseDataSource.getApi() |
IGraphqlApi |
DynamoDbDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
LambdaDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
HttpDataSourceProps.Jsii$Proxy.getApi() |
| Modifier and Type | Method and Description |
|---|---|
RdsDataSource.Builder |
RdsDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
ElasticsearchDataSource.Builder |
ElasticsearchDataSource.Builder.api(IGraphqlApi api)
Deprecated.
(experimental) The API to attach this data source to.
|
LambdaDataSource.Builder |
LambdaDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
ElasticsearchDataSourceProps.Builder |
ElasticsearchDataSourceProps.Builder.api(IGraphqlApi api)
Deprecated.
Sets the value of
BaseDataSourceProps.getApi() |
NoneDataSource.Builder |
NoneDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
ResolverProps.Builder |
ResolverProps.Builder.api(IGraphqlApi api)
Sets the value of
ResolverProps.getApi() |
OpenSearchDataSource.Builder |
OpenSearchDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
HttpDataSource.Builder |
HttpDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
NoneDataSourceProps.Builder |
NoneDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
AppsyncFunction.Builder |
AppsyncFunction.Builder.api(IGraphqlApi api)
(experimental) the GraphQL Api linked to this AppSync Function.
|
Resolver.Builder |
Resolver.Builder.api(IGraphqlApi api)
(experimental) The API this resolver is attached to.
|
OpenSearchDataSourceProps.Builder |
OpenSearchDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
BackedDataSourceProps.Builder |
BackedDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
RdsDataSourceProps.Builder |
RdsDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
BaseDataSourceProps.Builder |
BaseDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
AppsyncFunctionProps.Builder |
AppsyncFunctionProps.Builder.api(IGraphqlApi api)
Sets the value of
AppsyncFunctionProps.getApi() |
DynamoDbDataSourceProps.Builder |
DynamoDbDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
HttpDataSourceProps.Builder |
HttpDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
protected Resolver |
ObjectType.generateResolver(IGraphqlApi api,
String fieldName)
(experimental) Generate the resolvers linked to this Object Type.
|
protected Resolver |
ObjectType.generateResolver(IGraphqlApi api,
String fieldName,
ResolvableFieldOptions options)
(experimental) Generate the resolvers linked to this Object Type.
|
protected void |
BaseDataSource.setApi(IGraphqlApi value) |
Copyright © 2022. All rights reserved.