| 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 |
BackedDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
LambdaDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
ResolverProps.getApi()
(experimental) The API this resolver is attached to.
|
IGraphqlApi |
ResolverProps.Jsii$Proxy.getApi() |
IGraphqlApi |
DynamoDbDataSourceProps.Jsii$Proxy.getApi() |
IGraphqlApi |
AppsyncFunctionProps.getApi()
(experimental) the GraphQL Api linked to this AppSync Function.
|
IGraphqlApi |
AppsyncFunctionProps.Jsii$Proxy.getApi() |
IGraphqlApi |
HttpDataSourceProps.Jsii$Proxy.getApi() |
protected IGraphqlApi |
BaseDataSource.getApi() |
IGraphqlApi |
NoneDataSourceProps.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() |
| Modifier and Type | Method and Description |
|---|---|
BackedDataSourceProps.Builder |
BackedDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
ResolverProps.Builder |
ResolverProps.Builder.api(IGraphqlApi api)
Sets the value of
ResolverProps.getApi() |
DynamoDbDataSourceProps.Builder |
DynamoDbDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
Resolver.Builder |
Resolver.Builder.api(IGraphqlApi api)
(experimental) The API this resolver is attached to.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.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.
|
AppsyncFunctionProps.Builder |
AppsyncFunctionProps.Builder.api(IGraphqlApi api)
Sets the value of
AppsyncFunctionProps.getApi() |
HttpDataSourceProps.Builder |
HttpDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
NoneDataSourceProps.Builder |
NoneDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
LambdaDataSource.Builder |
LambdaDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
RdsDataSourceProps.Builder |
RdsDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
NoneDataSource.Builder |
NoneDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
AppsyncFunction.Builder |
AppsyncFunction.Builder.api(IGraphqlApi api)
(experimental) the GraphQL Api linked to this AppSync Function.
|
BaseDataSourceProps.Builder |
BaseDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
RdsDataSource.Builder |
RdsDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
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) |
| Constructor and Description |
|---|
Jsii$Proxy(IFunction lambdaFunction,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
LambdaDataSourceProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
BaseDataSource dataSource,
String fieldName,
String typeName,
List<? extends IAppsyncFunction> pipelineConfig,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
ResolverProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
BaseDataSource dataSource,
String name,
String description,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
AppsyncFunctionProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
NoneDataSourceProps.Builder. |
Jsii$Proxy(IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
BaseDataSourceProps.Builder. |
Jsii$Proxy(IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
BackedDataSourceProps.Builder. |
Jsii$Proxy(ISecret secretStore,
IServerlessCluster serverlessCluster,
String databaseName,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
RdsDataSourceProps.Builder. |
Jsii$Proxy(ITable table,
Boolean readOnlyAccess,
Boolean useCallerCredentials,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
DynamoDbDataSourceProps.Builder. |
Jsii$Proxy(String endpoint,
AwsIamConfig authorizationConfig,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
HttpDataSourceProps.Builder. |
Copyright © 2021. All rights reserved.