Uses of Interface
software.amazon.awscdk.interfaces.appsync.IFunctionConfigurationRef
Packages that use IFunctionConfigurationRef
Package
Description
AWS AppSync Construct Library
-
Uses of IFunctionConfigurationRef in software.amazon.awscdk.interfaces.appsync
Subinterfaces of IFunctionConfigurationRef in software.amazon.awscdk.interfaces.appsyncModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFunctionConfigurationRef.Classes in software.amazon.awscdk.interfaces.appsync that implement IFunctionConfigurationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IFunctionConfigurationRef in software.amazon.awscdk.services.appsync
Subinterfaces of IFunctionConfigurationRef in software.amazon.awscdk.services.appsyncModifier and TypeInterfaceDescriptioninterfaceInterface for AppSync Functions.static interfaceInternal default implementation forIAppsyncFunction.Classes in software.amazon.awscdk.services.appsync that implement IFunctionConfigurationRefModifier and TypeClassDescriptionclassAppSync Functions are local functions that perform certain operations onto a backend data source.classTheAWS::AppSync::FunctionConfigurationresource defines the functions in GraphQL APIs to perform certain operations.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appsync that return types with arguments of type IFunctionConfigurationRefModifier and TypeMethodDescriptiondefault List<IFunctionConfigurationRef> BaseResolverProps.getPipelineConfig()configuration of the pipeline resolver.final List<IFunctionConfigurationRef> BaseResolverProps.Jsii$Proxy.getPipelineConfig()final List<IFunctionConfigurationRef> ExtendedResolverProps.Jsii$Proxy.getPipelineConfig()final List<IFunctionConfigurationRef> ResolverProps.Jsii$Proxy.getPipelineConfig()Method parameters in software.amazon.awscdk.services.appsync with type arguments of type IFunctionConfigurationRefModifier and TypeMethodDescriptionBaseResolverProps.Builder.pipelineConfig(List<? extends IFunctionConfigurationRef> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()ExtendedResolverProps.Builder.pipelineConfig(List<? extends IFunctionConfigurationRef> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()Resolver.Builder.pipelineConfig(List<? extends IFunctionConfigurationRef> pipelineConfig) configuration of the pipeline resolver.ResolverProps.Builder.pipelineConfig(List<? extends IFunctionConfigurationRef> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()