Class AppsyncFunctionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.AppsyncFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
AppsyncFunctionProps
,BaseAppsyncFunctionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AppsyncFunctionProps
@Stability(Stable)
@Internal
public static final class AppsyncFunctionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AppsyncFunctionProps
An implementation for
AppsyncFunctionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.AppsyncFunctionProps
AppsyncFunctionProps.Builder, AppsyncFunctionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AppsyncFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAppsyncFunctionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IGraphqlApi
getApi()
the GraphQL Api linked to this AppSync Function.final Code
getCode()
The function code.final BaseDataSource
the data source linked to this AppSync Function.final String
the description for this AppSync Function.final Number
The maximum number of resolver request inputs that will be sent to a single AWS Lambda function in a BatchInvoke operation.final String
getName()
the name of the AppSync Function.final MappingTemplate
the request mapping template for the AppSync Function.final MappingTemplate
the response mapping template for the AppSync Function.final FunctionRuntime
The functions runtime.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAppsyncFunctionProps.Builder
.
-
-
Method Details
-
getApi
Description copied from interface:AppsyncFunctionProps
the GraphQL Api linked to this AppSync Function.- Specified by:
getApi
in interfaceAppsyncFunctionProps
-
getDataSource
Description copied from interface:AppsyncFunctionProps
the data source linked to this AppSync Function.- Specified by:
getDataSource
in interfaceAppsyncFunctionProps
-
getName
Description copied from interface:BaseAppsyncFunctionProps
the name of the AppSync Function.- Specified by:
getName
in interfaceBaseAppsyncFunctionProps
-
getCode
Description copied from interface:BaseAppsyncFunctionProps
The function code.Default: - no code is used
- Specified by:
getCode
in interfaceBaseAppsyncFunctionProps
-
getDescription
Description copied from interface:BaseAppsyncFunctionProps
the description for this AppSync Function.Default: - no description
- Specified by:
getDescription
in interfaceBaseAppsyncFunctionProps
-
getMaxBatchSize
Description copied from interface:BaseAppsyncFunctionProps
The maximum number of resolver request inputs that will be sent to a single AWS Lambda function in a BatchInvoke operation.Can only be set when using LambdaDataSource.
Default: - No max batch size
- Specified by:
getMaxBatchSize
in interfaceBaseAppsyncFunctionProps
-
getRequestMappingTemplate
Description copied from interface:BaseAppsyncFunctionProps
the request mapping template for the AppSync Function.Default: - no request mapping template
- Specified by:
getRequestMappingTemplate
in interfaceBaseAppsyncFunctionProps
-
getResponseMappingTemplate
Description copied from interface:BaseAppsyncFunctionProps
the response mapping template for the AppSync Function.Default: - no response mapping template
- Specified by:
getResponseMappingTemplate
in interfaceBaseAppsyncFunctionProps
-
getRuntime
Description copied from interface:BaseAppsyncFunctionProps
The functions runtime.Default: - no function runtime, VTL mapping templates used
- Specified by:
getRuntime
in interfaceBaseAppsyncFunctionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-