Uses of Interface
software.amazon.awscdk.services.sam.CfnFunction.EventInvokeConfigProperty
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnFunction.EventInvokeConfigProperty in software.amazon.awscdk.services.sam
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.EventInvokeConfigProperty
Modifier and TypeMethodDescriptionCfnFunction.EventInvokeConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFunction.Builder.eventInvokeConfig
(CfnFunction.EventInvokeConfigProperty eventInvokeConfig) AWS::Serverless::Function.EventInvokeConfig
.CfnFunctionProps.Builder.eventInvokeConfig
(CfnFunction.EventInvokeConfigProperty eventInvokeConfig) Sets the value ofCfnFunctionProps.getEventInvokeConfig()
void
CfnFunction.setEventInvokeConfig
(CfnFunction.EventInvokeConfigProperty value) AWS::Serverless::Function.EventInvokeConfig
.