@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.951Z") @Stability(value=Experimental) public interface BaseAppsyncFunctionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseAppsyncFunctionProps.Builder
A builder for
BaseAppsyncFunctionProps |
static class |
BaseAppsyncFunctionProps.Jsii$Proxy
An implementation for
BaseAppsyncFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseAppsyncFunctionProps.Builder |
builder() |
default String |
getDescription()
(experimental) the description for this AppSync Function.
|
String |
getName()
(experimental) the name of the AppSync Function.
|
default MappingTemplate |
getRequestMappingTemplate()
(experimental) the request mapping template for the AppSync Function.
|
default MappingTemplate |
getResponseMappingTemplate()
(experimental) the response mapping template for the AppSync Function.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - no description
@Stability(value=Experimental) @Nullable default MappingTemplate getRequestMappingTemplate()
Default: - no request mapping template
@Stability(value=Experimental) @Nullable default MappingTemplate getResponseMappingTemplate()
Default: - no response mapping template
@Stability(value=Experimental) static BaseAppsyncFunctionProps.Builder builder()
BaseAppsyncFunctionProps.Builder of BaseAppsyncFunctionPropsCopyright © 2021. All rights reserved.