Uses of Interface
software.amazon.awscdk.services.appsync.IGraphqlApi
Package
Description
AWS AppSync Construct Library
Event Targets for Amazon EventBridge
-
Uses of IGraphqlApi in software.amazon.awscdk.services.appsync
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIGraphqlApi
.Modifier and TypeClassDescriptionclass
An AppSync GraphQL API.class
Base Class for GraphQL API.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IGraphqlApi
GraphqlApi.fromGraphqlApiAttributes
(software.constructs.Construct scope, String id, GraphqlApiAttributes attrs) Import a GraphQL API through this function.AppsyncFunctionProps.getApi()
the GraphQL Api linked to this AppSync Function.final IGraphqlApi
AppsyncFunctionProps.Jsii$Proxy.getApi()
final IGraphqlApi
BackedDataSourceProps.Jsii$Proxy.getApi()
protected IGraphqlApi
BaseDataSource.getApi()
BaseDataSourceProps.getApi()
The API to attach this data source to.final IGraphqlApi
BaseDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
DynamoDbDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
ElasticsearchDataSourceProps.Jsii$Proxy.getApi()
Deprecated.final IGraphqlApi
EventBridgeDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
HttpDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
LambdaDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
NoneDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
OpenSearchDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
RdsDataSourceProps.Jsii$Proxy.getApi()
final IGraphqlApi
RdsDataSourcePropsV2.Jsii$Proxy.getApi()
ResolverProps.getApi()
The API this resolver is attached to.final IGraphqlApi
ResolverProps.Jsii$Proxy.getApi()
ISourceApiAssociation.getMergedApi()
The merged api in the association.default IGraphqlApi
ISourceApiAssociation.Jsii$Default.getMergedApi()
The merged api in the association.final IGraphqlApi
ISourceApiAssociation.Jsii$Proxy.getMergedApi()
The merged api in the association.SourceApiAssociation.getMergedApi()
The merged api in the association.SourceApiAssociationAttributes.getMergedApi()
The merged api in the association.final IGraphqlApi
SourceApiAssociationAttributes.Jsii$Proxy.getMergedApi()
SourceApiAssociationProps.getMergedApi()
The merged api to associate.final IGraphqlApi
SourceApiAssociationProps.Jsii$Proxy.getMergedApi()
ISourceApiAssociation.getSourceApi()
The source api in the association.default IGraphqlApi
ISourceApiAssociation.Jsii$Default.getSourceApi()
The source api in the association.final IGraphqlApi
ISourceApiAssociation.Jsii$Proxy.getSourceApi()
The source api in the association.SourceApi.getSourceApi()
Source API that is associated with the merged API.final IGraphqlApi
SourceApi.Jsii$Proxy.getSourceApi()
SourceApiAssociation.getSourceApi()
The source api in the association.SourceApiAssociationAttributes.getSourceApi()
The source api in the association.final IGraphqlApi
SourceApiAssociationAttributes.Jsii$Proxy.getSourceApi()
SourceApiAssociationProps.getSourceApi()
The source api to associate.final IGraphqlApi
SourceApiAssociationProps.Jsii$Proxy.getSourceApi()
Modifier and TypeMethodDescriptionAppsyncFunction.Builder.api
(IGraphqlApi api) the GraphQL Api linked to this AppSync Function.AppsyncFunctionProps.Builder.api
(IGraphqlApi api) Sets the value ofAppsyncFunctionProps.getApi()
BackedDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
BaseDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
DynamoDbDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.DynamoDbDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
ElasticsearchDataSource.Builder.api
(IGraphqlApi api) Deprecated.The API to attach this data source to.ElasticsearchDataSourceProps.Builder.api
(IGraphqlApi api) Deprecated.Sets the value ofBaseDataSourceProps.getApi()
EventBridgeDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.EventBridgeDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
HttpDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.HttpDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
LambdaDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.LambdaDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
NoneDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.NoneDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
OpenSearchDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.OpenSearchDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
RdsDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.RdsDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
RdsDataSourcePropsV2.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
Resolver.Builder.api
(IGraphqlApi api) The API this resolver is attached to.ResolverProps.Builder.api
(IGraphqlApi api) Sets the value ofResolverProps.getApi()
ISchema.bind
(IGraphqlApi api) Binds a schema string to a GraphQlApi.ISchema.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.default ISchemaConfig
ISchema.Jsii$Default.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.final ISchemaConfig
ISchema.Jsii$Proxy.bind
(IGraphqlApi api) Binds a schema string to a GraphQlApi.final ISchemaConfig
ISchema.Jsii$Proxy.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.SchemaFile.bind
(IGraphqlApi api) Called when the GraphQL Api is initialized to allow this object to bind to the stack.SchemaFile.bind
(IGraphqlApi api, SchemaBindOptions _options) Called when the GraphQL Api is initialized to allow this object to bind to the stack.SourceApiAssociation.Builder.mergedApi
(IGraphqlApi mergedApi) The merged api to associate.SourceApiAssociationAttributes.Builder.mergedApi
(IGraphqlApi mergedApi) Sets the value ofSourceApiAssociationAttributes.getMergedApi()
SourceApiAssociationProps.Builder.mergedApi
(IGraphqlApi mergedApi) Sets the value ofSourceApiAssociationProps.getMergedApi()
protected void
BaseDataSource.setApi
(IGraphqlApi value) SourceApi.Builder.sourceApi
(IGraphqlApi sourceApi) Sets the value ofSourceApi.getSourceApi()
SourceApiAssociation.Builder.sourceApi
(IGraphqlApi sourceApi) The source api to associate.SourceApiAssociationAttributes.Builder.sourceApi
(IGraphqlApi sourceApi) Sets the value ofSourceApiAssociationAttributes.getSourceApi()
SourceApiAssociationProps.Builder.sourceApi
(IGraphqlApi sourceApi) Sets the value ofSourceApiAssociationProps.getSourceApi()
-
Uses of IGraphqlApi in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic AppSync.Builder
AppSync.Builder.create
(IGraphqlApi appsyncApi)