Uses of Interface
software.amazon.awscdk.services.lambda.CfnEventInvokeConfig.DestinationConfigProperty
Packages that use CfnEventInvokeConfig.DestinationConfigProperty
-
Uses of CfnEventInvokeConfig.DestinationConfigProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnEventInvokeConfig.DestinationConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnEventInvokeConfig.DestinationConfigProperty
Methods in software.amazon.awscdk.services.lambda that return CfnEventInvokeConfig.DestinationConfigPropertyModifier and TypeMethodDescriptionCfnEventInvokeConfig.DestinationConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnEventInvokeConfig.DestinationConfigPropertyModifier and TypeMethodDescriptionCfnEventInvokeConfig.Builder.destinationConfig
(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig) A destination for events after they have been sent to a function for processing.CfnEventInvokeConfigProps.Builder.destinationConfig
(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig) Sets the value ofCfnEventInvokeConfigProps.getDestinationConfig()
void
CfnEventInvokeConfig.setDestinationConfig
(CfnEventInvokeConfig.DestinationConfigProperty value) A destination for events after they have been sent to a function for processing.