| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAppsyncFunction.Jsii$Default
Internal default implementation for
IAppsyncFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
AppsyncFunction
(experimental) AppSync Functions are local functions that perform certain operations onto a backend data source.
|
static class |
IAppsyncFunction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAppsyncFunction |
AppsyncFunction.fromAppsyncFunctionAttributes(software.constructs.Construct scope,
String id,
AppsyncFunctionAttributes attrs)
(experimental) Import Appsync Function from arn.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IAppsyncFunction> |
ResolvableFieldOptions.getPipelineConfig()
(experimental) configuration of the pipeline resolver.
|
List<IAppsyncFunction> |
ResolvableFieldOptions.Jsii$Proxy.getPipelineConfig() |
List<IAppsyncFunction> |
ExtendedResolverProps.Jsii$Proxy.getPipelineConfig() |
List<IAppsyncFunction> |
ResolverProps.Jsii$Proxy.getPipelineConfig() |
default List<IAppsyncFunction> |
BaseResolverProps.getPipelineConfig()
(experimental) configuration of the pipeline resolver.
|
List<IAppsyncFunction> |
BaseResolverProps.Jsii$Proxy.getPipelineConfig() |
| Modifier and Type | Method and Description |
|---|---|
ResolvableFieldOptions.Builder |
ResolvableFieldOptions.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
Sets the value of
ResolvableFieldOptions.getPipelineConfig() |
ExtendedResolverProps.Builder |
ExtendedResolverProps.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
Sets the value of
BaseResolverProps.getPipelineConfig() |
ResolverProps.Builder |
ResolverProps.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
Sets the value of
BaseResolverProps.getPipelineConfig() |
ResolvableField.Builder |
ResolvableField.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
(experimental) configuration of the pipeline resolver.
|
BaseResolverProps.Builder |
BaseResolverProps.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
Sets the value of
BaseResolverProps.getPipelineConfig() |
Resolver.Builder |
Resolver.Builder.pipelineConfig(List<? extends IAppsyncFunction> pipelineConfig)
(experimental) configuration of the pipeline resolver.
|
Copyright © 2022. All rights reserved.