Class BaseAppsyncFunctionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.BaseAppsyncFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
BaseAppsyncFunctionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BaseAppsyncFunctionProps
@Stability(Stable)
@Internal
public static final class BaseAppsyncFunctionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BaseAppsyncFunctionProps
An implementation for
BaseAppsyncFunctionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.BaseAppsyncFunctionProps
BaseAppsyncFunctionProps.Builder, BaseAppsyncFunctionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBaseAppsyncFunctionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal CodegetCode()The function code.final Stringthe description for this AppSync Function.final NumberThe maximum number of resolver request inputs that will be sent to a single AWS Lambda function in a BatchInvoke operation.final StringgetName()the name of the AppSync Function.final MappingTemplatethe request mapping template for the AppSync Function.final MappingTemplatethe response mapping template for the AppSync Function.final FunctionRuntimeThe functions runtime.final inthashCode()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 theBaseAppsyncFunctionProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:BaseAppsyncFunctionPropsthe name of the AppSync Function.- Specified by:
getNamein interfaceBaseAppsyncFunctionProps
-
getCode
Description copied from interface:BaseAppsyncFunctionPropsThe function code.Default: - no code is used
- Specified by:
getCodein interfaceBaseAppsyncFunctionProps
-
getDescription
Description copied from interface:BaseAppsyncFunctionPropsthe description for this AppSync Function.Default: - no description
- Specified by:
getDescriptionin interfaceBaseAppsyncFunctionProps
-
getMaxBatchSize
Description copied from interface:BaseAppsyncFunctionPropsThe 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:
getMaxBatchSizein interfaceBaseAppsyncFunctionProps
-
getRequestMappingTemplate
Description copied from interface:BaseAppsyncFunctionPropsthe request mapping template for the AppSync Function.Default: - no request mapping template
- Specified by:
getRequestMappingTemplatein interfaceBaseAppsyncFunctionProps
-
getResponseMappingTemplate
Description copied from interface:BaseAppsyncFunctionPropsthe response mapping template for the AppSync Function.Default: - no response mapping template
- Specified by:
getResponseMappingTemplatein interfaceBaseAppsyncFunctionProps
-
getRuntime
Description copied from interface:BaseAppsyncFunctionPropsThe functions runtime.Default: - no function runtime, VTL mapping templates used
- Specified by:
getRuntimein interfaceBaseAppsyncFunctionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-