Uses of Interface
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.DestinationConfigProperty
Packages that use CfnEventSourceMapping.DestinationConfigProperty
-
Uses of CfnEventSourceMapping.DestinationConfigProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnEventSourceMapping.DestinationConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnEventSourceMapping.DestinationConfigPropertyMethods in software.amazon.awscdk.services.lambda that return CfnEventSourceMapping.DestinationConfigPropertyModifier and TypeMethodDescriptionCfnEventSourceMapping.DestinationConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnEventSourceMapping.DestinationConfigPropertyModifier and TypeMethodDescriptionCfnEventSourceMapping.Builder.destinationConfig(CfnEventSourceMapping.DestinationConfigProperty destinationConfig) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.CfnEventSourceMappingProps.Builder.destinationConfig(CfnEventSourceMapping.DestinationConfigProperty destinationConfig) Sets the value ofCfnEventSourceMappingProps.getDestinationConfig()voidCfnEventSourceMapping.setDestinationConfig(CfnEventSourceMapping.DestinationConfigProperty value) (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.