| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResolverProps
(experimental) Additional property for an AppSync resolver for GraphQL API reference.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedResolverProps.Jsii$Proxy
An implementation for
ExtendedResolverProps |
static class |
ResolverProps.Jsii$Proxy
An implementation for
ResolverProps |
| Modifier and Type | Method and Description |
|---|---|
ExtendedResolverProps |
ExtendedResolverProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Resolver |
IGraphqlApi.createResolver(ExtendedResolverProps props)
(experimental) creates a new resolver for this datasource and API using the given properties.
|
Resolver |
IGraphqlApi.Jsii$Proxy.createResolver(ExtendedResolverProps props)
(experimental) creates a new resolver for this datasource and API using the given properties.
|
default Resolver |
IGraphqlApi.Jsii$Default.createResolver(ExtendedResolverProps props)
(experimental) creates a new resolver for this datasource and API using the given properties.
|
Resolver |
GraphqlApiBase.createResolver(ExtendedResolverProps props)
(experimental) creates a new resolver for this datasource and API using the given properties.
|
Copyright © 2022. All rights reserved.