@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.951Z") @Stability(value=Experimental) public interface BaseResolverProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseResolverProps.Builder
A builder for
BaseResolverProps |
static class |
BaseResolverProps.Jsii$Proxy
An implementation for
BaseResolverProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseResolverProps.Builder |
builder() |
String |
getFieldName()
(experimental) name of the GraphQL field in the given type this resolver is attached to.
|
default List<IAppsyncFunction> |
getPipelineConfig()
(experimental) configuration of the pipeline resolver.
|
default MappingTemplate |
getRequestMappingTemplate()
(experimental) The request mapping template for this resolver.
|
default MappingTemplate |
getResponseMappingTemplate()
(experimental) The response mapping template for this resolver.
|
String |
getTypeName()
(experimental) name of the GraphQL type this resolver is attached to.
|
@Stability(value=Experimental) @NotNull String getFieldName()
@Stability(value=Experimental) @NotNull String getTypeName()
@Stability(value=Experimental) @Nullable default List<IAppsyncFunction> getPipelineConfig()
Default: - no pipeline resolver configuration An empty array | undefined sets resolver to be of kind, unit
@Stability(value=Experimental) @Nullable default MappingTemplate getRequestMappingTemplate()
Default: - No mapping template
@Stability(value=Experimental) @Nullable default MappingTemplate getResponseMappingTemplate()
Default: - No mapping template
@Stability(value=Experimental) static BaseResolverProps.Builder builder()
BaseResolverProps.Builder of BaseResolverPropsCopyright © 2021. All rights reserved.