Uses of Interface
software.amazon.awscdk.services.lambda.IFunction
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Integrations
AWS CDK Custom Resources
Amazon API Gateway Construct Library
AWS AppConfig Construct Library
AWS AppSync Construct Library
Lifecycle Hook for the CDK AWS AutoScaling Library
AWS CloudTrail Construct Library
AWS CodeDeploy Construct Library
AWS CodePipeline Actions
Amazon Cognito Construct Library
AWS Config Construct Library
Targets for AWS Elastic Load Balancing V2
Event Targets for Amazon EventBridge
Actions for AWS IoT Rule
Actions for AWS::IoTEvents Detector Model
Amazon Data Firehose Construct Library
AWS Lambda Construct Library
Amazon Lambda Destinations Library
AWS Lambda Event Sources
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
AWS CloudWatch Logs Subscription Destination Library
Amazon EventBridge Pipes Enrichments Construct Library
Amazon EventBridge Pipes Targets Construct Library
S3 Bucket Notifications Destinations
AWS::S3ObjectLambda Construct Library
Amazon EventBridge Scheduler Construct Library
AWS Secrets Manager Construct Library
Amazon Simple Email Service Actions Library
CDK Construct Library for Amazon Simple Notification Service Subscriptions
Tasks for AWS Step Functions
Triggers
-
Uses of IFunction in software.amazon.awscdk.aws_apigatewayv2_authorizers
ModifierConstructorDescriptionHttpLambdaAuthorizer
(String id, IFunction handler) Initialize a lambda authorizer to be bound with HTTP route.HttpLambdaAuthorizer
(String id, IFunction handler, HttpLambdaAuthorizerProps props) Initialize a lambda authorizer to be bound with HTTP route.WebSocketLambdaAuthorizer
(String id, IFunction handler) WebSocketLambdaAuthorizer
(String id, IFunction handler, WebSocketLambdaAuthorizerProps props) -
Uses of IFunction in software.amazon.awscdk.aws_apigatewayv2_integrations
Modifier and TypeMethodDescriptionModifierConstructorDescriptionHttpLambdaIntegration
(String id, IFunction handler) HttpLambdaIntegration
(String id, IFunction handler, HttpLambdaIntegrationProps props) WebSocketLambdaIntegration
(String id, IFunction handler) WebSocketLambdaIntegration
(String id, IFunction handler, WebSocketLambdaIntegrationProps props) -
Uses of IFunction in software.amazon.awscdk.customresources
Modifier and TypeMethodDescriptionProvider.getIsCompleteHandler()
The user-defined AWS Lambda function which is invoked asynchronously in order to determine if the operation is complete.default IFunction
ProviderProps.getIsCompleteHandler()
The AWS Lambda function to invoke in order to determine if the operation is complete.final IFunction
ProviderProps.Jsii$Proxy.getIsCompleteHandler()
WaiterStateMachineProps.getIsCompleteHandler()
The main handler that notifies if the waiter to decide 'complete' or 'incomplete'.final IFunction
WaiterStateMachineProps.Jsii$Proxy.getIsCompleteHandler()
Provider.getOnEventHandler()
The user-defined AWS Lambda function which is invoked for all resource lifecycle operations (CREATE/UPDATE/DELETE).ProviderProps.getOnEventHandler()
The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE).final IFunction
ProviderProps.Jsii$Proxy.getOnEventHandler()
WaiterStateMachineProps.getTimeoutHandler()
The handler to call if the waiter times out and is incomplete.final IFunction
WaiterStateMachineProps.Jsii$Proxy.getTimeoutHandler()
Modifier and TypeMethodDescriptionProvider.Builder.isCompleteHandler
(IFunction isCompleteHandler) The AWS Lambda function to invoke in order to determine if the operation is complete.ProviderProps.Builder.isCompleteHandler
(IFunction isCompleteHandler) Sets the value ofProviderProps.getIsCompleteHandler()
WaiterStateMachine.Builder.isCompleteHandler
(IFunction isCompleteHandler) The main handler that notifies if the waiter to decide 'complete' or 'incomplete'.WaiterStateMachineProps.Builder.isCompleteHandler
(IFunction isCompleteHandler) Sets the value ofWaiterStateMachineProps.getIsCompleteHandler()
Provider.Builder.onEventHandler
(IFunction onEventHandler) The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE).ProviderProps.Builder.onEventHandler
(IFunction onEventHandler) Sets the value ofProviderProps.getOnEventHandler()
WaiterStateMachine.Builder.timeoutHandler
(IFunction timeoutHandler) The handler to call if the waiter times out and is incomplete.WaiterStateMachineProps.Builder.timeoutHandler
(IFunction timeoutHandler) Sets the value ofWaiterStateMachineProps.getTimeoutHandler()
-
Uses of IFunction in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionLambdaAuthorizerProps.getHandler()
The handler for the authorizer lambda function.final IFunction
LambdaAuthorizerProps.Jsii$Proxy.getHandler()
LambdaRestApiProps.getHandler()
The default Lambda function that handles all requests from this API.final IFunction
LambdaRestApiProps.Jsii$Proxy.getHandler()
protected IFunction
RequestAuthorizer.getHandler()
The Lambda function handler that this authorizer uses.final IFunction
RequestAuthorizerProps.Jsii$Proxy.getHandler()
protected IFunction
TokenAuthorizer.getHandler()
The Lambda function handler that this authorizer uses.final IFunction
TokenAuthorizerProps.Jsii$Proxy.getHandler()
Modifier and TypeMethodDescriptionstatic LambdaIntegration.Builder
Sets the value ofLambdaAuthorizerProps.getHandler()
The default Lambda function that handles all requests from this API.Sets the value ofLambdaRestApiProps.getHandler()
The handler for the authorizer lambda function.Sets the value ofLambdaAuthorizerProps.getHandler()
The handler for the authorizer lambda function.Sets the value ofLambdaAuthorizerProps.getHandler()
ModifierConstructorDescriptionLambdaIntegration
(IFunction handler) LambdaIntegration
(IFunction handler, LambdaIntegrationOptions options) -
Uses of IFunction in software.amazon.awscdk.services.appconfig
-
Uses of IFunction in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionLambdaAuthorizerConfig.getHandler()
The authorizer lambda function.final IFunction
LambdaAuthorizerConfig.Jsii$Proxy.getHandler()
LambdaDataSourceProps.getLambdaFunction()
The Lambda function to call to interact with this data source.final IFunction
LambdaDataSourceProps.Jsii$Proxy.getLambdaFunction()
Modifier and TypeMethodDescriptionGraphqlApiBase.addLambdaDataSource
(String id, IFunction lambdaFunction) add a new Lambda data source to this API.GraphqlApiBase.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.IGraphqlApi.addLambdaDataSource
(String id, IFunction lambdaFunction) add a new Lambda data source to this API.IGraphqlApi.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.default LambdaDataSource
IGraphqlApi.Jsii$Default.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.final LambdaDataSource
IGraphqlApi.Jsii$Proxy.addLambdaDataSource
(String id, IFunction lambdaFunction) add a new Lambda data source to this API.final LambdaDataSource
IGraphqlApi.Jsii$Proxy.addLambdaDataSource
(String id, IFunction lambdaFunction, DataSourceOptions options) add a new Lambda data source to this API.Sets the value ofLambdaAuthorizerConfig.getHandler()
LambdaDataSource.Builder.lambdaFunction
(IFunction lambdaFunction) The Lambda function to call to interact with this data source.LambdaDataSourceProps.Builder.lambdaFunction
(IFunction lambdaFunction) Sets the value ofLambdaDataSourceProps.getLambdaFunction()
-
Uses of IFunction in software.amazon.awscdk.services.autoscaling.hooktargets
-
Uses of IFunction in software.amazon.awscdk.services.cloudfront.experimental
-
Uses of IFunction in software.amazon.awscdk.services.cloudtrail
Modifier and TypeMethodDescriptionvoid
Trail.addLambdaEventSelector
(List<IFunction> handlers) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails.void
Trail.addLambdaEventSelector
(List<IFunction> handlers, AddEventSelectorOptions options) When an event occurs in your account, CloudTrail evaluates whether the event matches the settings for your trails. -
Uses of IFunction in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptiondefault IFunction
LambdaDeploymentGroupProps.getPostHook()
The Lambda function to run after traffic routing starts.final IFunction
LambdaDeploymentGroupProps.Jsii$Proxy.getPostHook()
default IFunction
LambdaDeploymentGroupProps.getPreHook()
The Lambda function to run before traffic routing starts.final IFunction
LambdaDeploymentGroupProps.Jsii$Proxy.getPreHook()
Modifier and TypeMethodDescriptionvoid
LambdaDeploymentGroup.addPostHook
(IFunction postHook) Associate a function to run after deployment completes.void
LambdaDeploymentGroup.addPreHook
(IFunction preHook) Associate a function to run before deployment begins.The Lambda function to run after traffic routing starts.Sets the value ofLambdaDeploymentGroupProps.getPostHook()
The Lambda function to run before traffic routing starts.Sets the value ofLambdaDeploymentGroupProps.getPreHook()
-
Uses of IFunction in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionLambdaInvokeActionProps.getLambda()
The lambda function to invoke.final IFunction
LambdaInvokeActionProps.Jsii$Proxy.getLambda()
Modifier and TypeMethodDescriptionThe lambda function to invoke.Sets the value ofLambdaInvokeActionProps.getLambda()
-
Uses of IFunction in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptiondefault IFunction
UserPoolTriggers.getCreateAuthChallenge()
Creates an authentication challenge.final IFunction
UserPoolTriggers.Jsii$Proxy.getCreateAuthChallenge()
default IFunction
UserPoolTriggers.getCustomEmailSender()
Amazon Cognito invokes this trigger to send email notifications to users.final IFunction
UserPoolTriggers.Jsii$Proxy.getCustomEmailSender()
default IFunction
UserPoolTriggers.getCustomMessage()
A custom Message AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getCustomMessage()
default IFunction
UserPoolTriggers.getCustomSmsSender()
Amazon Cognito invokes this trigger to send SMS notifications to users.final IFunction
UserPoolTriggers.Jsii$Proxy.getCustomSmsSender()
default IFunction
UserPoolTriggers.getDefineAuthChallenge()
Defines the authentication challenge.final IFunction
UserPoolTriggers.Jsii$Proxy.getDefineAuthChallenge()
default IFunction
UserPoolTriggers.getPostAuthentication()
A post-authentication AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getPostAuthentication()
default IFunction
UserPoolTriggers.getPostConfirmation()
A post-confirmation AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getPostConfirmation()
default IFunction
UserPoolTriggers.getPreAuthentication()
A pre-authentication AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getPreAuthentication()
default IFunction
UserPoolTriggers.getPreSignUp()
A pre-registration AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getPreSignUp()
default IFunction
UserPoolTriggers.getPreTokenGeneration()
A pre-token-generation AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getPreTokenGeneration()
default IFunction
UserPoolTriggers.getUserMigration()
A user-migration AWS Lambda trigger.final IFunction
UserPoolTriggers.Jsii$Proxy.getUserMigration()
default IFunction
UserPoolTriggers.getVerifyAuthChallengeResponse()
Verifies the authentication challenge response.final IFunction
UserPoolTriggers.Jsii$Proxy.getVerifyAuthChallengeResponse()
Modifier and TypeMethodDescriptionvoid
UserPool.addTrigger
(UserPoolOperation operation, IFunction fn) Add a lambda trigger to a user pool operation.void
UserPool.addTrigger
(UserPoolOperation operation, IFunction fn, LambdaVersion lambdaVersion) Add a lambda trigger to a user pool operation.UserPoolTriggers.Builder.createAuthChallenge
(IFunction createAuthChallenge) Sets the value ofUserPoolTriggers.getCreateAuthChallenge()
UserPoolTriggers.Builder.customEmailSender
(IFunction customEmailSender) Sets the value ofUserPoolTriggers.getCustomEmailSender()
UserPoolTriggers.Builder.customMessage
(IFunction customMessage) Sets the value ofUserPoolTriggers.getCustomMessage()
UserPoolTriggers.Builder.customSmsSender
(IFunction customSmsSender) Sets the value ofUserPoolTriggers.getCustomSmsSender()
UserPoolTriggers.Builder.defineAuthChallenge
(IFunction defineAuthChallenge) Sets the value ofUserPoolTriggers.getDefineAuthChallenge()
UserPoolTriggers.Builder.postAuthentication
(IFunction postAuthentication) Sets the value ofUserPoolTriggers.getPostAuthentication()
UserPoolTriggers.Builder.postConfirmation
(IFunction postConfirmation) Sets the value ofUserPoolTriggers.getPostConfirmation()
UserPoolTriggers.Builder.preAuthentication
(IFunction preAuthentication) Sets the value ofUserPoolTriggers.getPreAuthentication()
Sets the value ofUserPoolTriggers.getPreSignUp()
UserPoolTriggers.Builder.preTokenGeneration
(IFunction preTokenGeneration) Sets the value ofUserPoolTriggers.getPreTokenGeneration()
UserPoolTriggers.Builder.userMigration
(IFunction userMigration) Sets the value ofUserPoolTriggers.getUserMigration()
UserPoolTriggers.Builder.verifyAuthChallengeResponse
(IFunction verifyAuthChallengeResponse) Sets the value ofUserPoolTriggers.getVerifyAuthChallengeResponse()
-
Uses of IFunction in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionCustomRuleProps.getLambdaFunction()
The Lambda function to run.final IFunction
CustomRuleProps.Jsii$Proxy.getLambdaFunction()
Modifier and TypeMethodDescriptionCustomRule.Builder.lambdaFunction
(IFunction lambdaFunction) The Lambda function to run.CustomRuleProps.Builder.lambdaFunction
(IFunction lambdaFunction) Sets the value ofCustomRuleProps.getLambdaFunction()
-
Uses of IFunction in software.amazon.awscdk.services.elasticloadbalancingv2.targets
-
Uses of IFunction in software.amazon.awscdk.services.events.targets
ModifierConstructorDescriptionLambdaFunction
(IFunction handler) LambdaFunction
(IFunction handler, LambdaFunctionProps props) -
Uses of IFunction in software.amazon.awscdk.services.iot.actions.alpha
-
Uses of IFunction in software.amazon.awscdk.services.iotevents.actions.alpha
-
Uses of IFunction in software.amazon.awscdk.services.kinesisfirehose.alpha
Modifier and TypeMethodDescriptionModifierConstructorDescriptionLambdaFunctionProcessor
(IFunction lambdaFunction) LambdaFunctionProcessor
(IFunction lambdaFunction, DataProcessorProps props) -
Uses of IFunction in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIAlias
.static interface
Internal default implementation forIFunction
.interface
static interface
Internal default implementation forIVersion
.Modifier and TypeClassDescriptionclass
A new alias to a particular version of a Lambda function.class
Create a lambda function where the handler is a docker image.class
Deploys a file from inside the construct library as a function.class
static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
class
A Lambda that will only ever be added to a stack once.class
Tag the current state of a Function with a Version number.Modifier and TypeMethodDescriptionstatic IFunction
Function.fromFunctionArn
(software.constructs.Construct scope, String id, String functionArn) Import a lambda function into the CDK using its ARN.static IFunction
Function.fromFunctionAttributes
(software.constructs.Construct scope, String id, FunctionAttributes attrs) Creates a Lambda function object which represents a function not defined within this stack.static IFunction
Function.fromFunctionName
(software.constructs.Construct scope, String id, String functionName) Import a lambda function into the CDK using its name.EventInvokeConfigProps.getFunction()
The Lambda function.final IFunction
EventInvokeConfigProps.Jsii$Proxy.getFunction()
FunctionUrlProps.getFunction()
The function to which this url refers.final IFunction
FunctionUrlProps.Jsii$Proxy.getFunction()
Alias.getLambda()
The underlyingIFunction
.IVersion.getLambda()
The underlying AWS Lambda function.default IFunction
IVersion.Jsii$Default.getLambda()
The underlying AWS Lambda function.final IFunction
IVersion.Jsii$Proxy.getLambda()
The underlying AWS Lambda function.abstract IFunction
QualifiedFunctionBase.getLambda()
The underlyingIFunction
.Version.getLambda()
The underlyingIFunction
.VersionAttributes.getLambda()
The lambda function.final IFunction
VersionAttributes.Jsii$Proxy.getLambda()
VersionProps.getLambda()
Function to get the value of.final IFunction
VersionProps.Jsii$Proxy.getLambda()
EventSourceMappingProps.getTarget()
The target AWS Lambda function.final IFunction
EventSourceMappingProps.Jsii$Proxy.getTarget()
Modifier and TypeMethodDescriptionBinds this destination to the Lambda function.IDestination.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.default DestinationConfig
IDestination.Jsii$Default.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.final DestinationConfig
Binds this destination to the Lambda function.final DestinationConfig
IDestination.Jsii$Proxy.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Binds this destination to the Lambda function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.default void
Called bylambda.addEventSource
to allow the event source to bind to this function.final void
Called bylambda.addEventSource
to allow the event source to bind to this function.IEventSourceDlq.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.default DlqDestinationConfig
IEventSourceDlq.Jsii$Default.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.final DlqDestinationConfig
IEventSourceDlq.Jsii$Proxy.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.The Lambda function.Sets the value ofEventInvokeConfigProps.getFunction()
The function to which this url refers.Sets the value ofFunctionUrlProps.getFunction()
Function to get the value of.Sets the value ofVersionAttributes.getLambda()
Sets the value ofVersionProps.getLambda()
The target AWS Lambda function.Sets the value ofEventSourceMappingProps.getTarget()
-
Uses of IFunction in software.amazon.awscdk.services.lambda.destinations
Modifier and TypeMethodDescriptionReturns a destination configuration.EventBridgeDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.LambdaDestination.bind
(software.constructs.Construct scope, IFunction fn, DestinationOptions options) Returns a destination configuration.Returns a destination configuration.S3Destination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.SnsDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.Returns a destination configuration.SqsDestination.bind
(software.constructs.Construct _scope, IFunction fn, DestinationOptions _options) Returns a destination configuration.static LambdaDestination.Builder
-
Uses of IFunction in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionvoid
Called bylambda.addEventSource
to allow the event source to bind to this function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.void
Called bylambda.addEventSource
to allow the event source to bind to this function.S3OnFailureDestination.bind
(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.void
Called bylambda.addEventSource
to allow the event source to bind to this function.SnsDlq.bind
(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.void
Called bylambda.addEventSource
to allow the event source to bind to this function.SqsDlq.bind
(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.void
Called bylambda.addEventSource
to allow the event source to bind to this function.abstract void
Called bylambda.addEventSource
to allow the event source to bind to this function. -
Uses of IFunction in software.amazon.awscdk.services.lambda.go.alpha
-
Uses of IFunction in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeClassDescriptionclass
A Node.js Lambda function bundled using esbuild. -
Uses of IFunction in software.amazon.awscdk.services.lambda.python.alpha
-
Uses of IFunction in software.amazon.awscdk.services.logs.destinations
ModifierConstructorDescriptionLambdaDestinationOptions.LambdaDestination
(IFunction fn, LambdaDestinationOptions options) LambdaDestinationOptions. -
Uses of IFunction in software.amazon.awscdk.services.pipes.enrichments.alpha
ModifierConstructorDescriptionLambdaEnrichment
(IFunction lambda) LambdaEnrichment
(IFunction lambda, LambdaEnrichmentProps props) -
Uses of IFunction in software.amazon.awscdk.services.pipes.targets.alpha
ModifierConstructorDescriptionLambdaFunction
(IFunction lambdaFunction, LambdaFunctionParameters parameters) -
Uses of IFunction in software.amazon.awscdk.services.s3.notifications
-
Uses of IFunction in software.amazon.awscdk.services.s3objectlambda.alpha
Modifier and TypeMethodDescriptionAccessPointProps.getHandler()
(experimental) The Lambda function used to transform objects.final IFunction
AccessPointProps.Jsii$Proxy.getHandler()
Modifier and TypeMethodDescription(experimental) The Lambda function used to transform objects.Sets the value ofAccessPointProps.getHandler()
-
Uses of IFunction in software.amazon.awscdk.services.scheduler.targets.alpha
ModifierConstructorDescriptionLambdaInvoke
(IFunction func) LambdaInvoke
(IFunction func, ScheduleTargetBaseProps props) -
Uses of IFunction in software.amazon.awscdk.services.secretsmanager
Modifier and TypeMethodDescriptiondefault IFunction
RotationScheduleOptions.getRotationLambda()
A Lambda function that can rotate the secret.final IFunction
RotationScheduleOptions.Jsii$Proxy.getRotationLambda()
final IFunction
RotationScheduleProps.Jsii$Proxy.getRotationLambda()
Modifier and TypeMethodDescriptionRotationSchedule.Builder.rotationLambda
(IFunction rotationLambda) A Lambda function that can rotate the secret.RotationScheduleOptions.Builder.rotationLambda
(IFunction rotationLambda) Sets the value ofRotationScheduleOptions.getRotationLambda()
RotationScheduleProps.Builder.rotationLambda
(IFunction rotationLambda) Sets the value ofRotationScheduleOptions.getRotationLambda()
-
Uses of IFunction in software.amazon.awscdk.services.ses.actions
Modifier and TypeMethodDescriptionLambdaProps.getFunction()
The Lambda function to invoke.final IFunction
LambdaProps.Jsii$Proxy.getFunction()
Modifier and TypeMethodDescriptionThe Lambda function to invoke.Sets the value ofLambdaProps.getFunction()
-
Uses of IFunction in software.amazon.awscdk.services.sns.subscriptions
-
Uses of IFunction in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionprotected IFunction
CallAwsServiceCrossRegion.getLambdaFunction()
LambdaInvokeProps.getLambdaFunction()
Lambda function to invoke.final IFunction
LambdaInvokeProps.Jsii$Proxy.getLambdaFunction()
Modifier and TypeMethodDescriptionLambdaInvoke.Builder.lambdaFunction
(IFunction lambdaFunction) Lambda function to invoke.LambdaInvokeProps.Builder.lambdaFunction
(IFunction lambdaFunction) Sets the value ofLambdaInvokeProps.getLambdaFunction()
-
Uses of IFunction in software.amazon.awscdk.triggers
Modifier and TypeClassDescriptionclass
Invokes an AWS Lambda function during deployment.