Uses of Interface
software.amazon.awscdk.services.appsync.IAppsyncFunction
-
Uses of IAppsyncFunction in software.amazon.awscdk.services.appsync
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAppsyncFunction
.Modifier and TypeClassDescriptionclass
(experimental) AppSync Functions are local functions that perform certain operations onto a backend data source.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IAppsyncFunction
AppsyncFunction.fromAppsyncFunctionAttributes
(software.constructs.Construct scope, String id, AppsyncFunctionAttributes attrs) (experimental) Import Appsync Function from arn.Modifier and TypeMethodDescriptiondefault List<IAppsyncFunction>
BaseResolverProps.getPipelineConfig()
(experimental) configuration of the pipeline resolver.final List<IAppsyncFunction>
BaseResolverProps.Jsii$Proxy.getPipelineConfig()
final List<IAppsyncFunction>
ExtendedResolverProps.Jsii$Proxy.getPipelineConfig()
default List<IAppsyncFunction>
ResolvableFieldOptions.getPipelineConfig()
(experimental) configuration of the pipeline resolver.final List<IAppsyncFunction>
ResolvableFieldOptions.Jsii$Proxy.getPipelineConfig()
final List<IAppsyncFunction>
ResolverProps.Jsii$Proxy.getPipelineConfig()
Modifier and TypeMethodDescriptionBaseResolverProps.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()
ExtendedResolverProps.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()
ResolvableField.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) (experimental) configuration of the pipeline resolver.ResolvableFieldOptions.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) Sets the value ofResolvableFieldOptions.getPipelineConfig()
Resolver.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) (experimental) configuration of the pipeline resolver.ResolverProps.Builder.pipelineConfig
(List<? extends IAppsyncFunction> pipelineConfig) Sets the value ofBaseResolverProps.getPipelineConfig()