Class AwsLambdaS3EventNotification
java.lang.Object
io.micronaut.starter.feature.aws.AwsLambdaRelatedFeature
io.micronaut.starter.feature.aws.AwsLambdaEventFunctionFeature
io.micronaut.starter.feature.aws.AwsLambdaS3EventNotification
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, AwsCloudFeature, AwsFeature, AwsLambdaEventFeature, LambdaTrigger, Feature, CloudFeature, OneOfFeature
@Requires(property="micronaut.starter.feature.aws.lambda.s3.event.notification.enabled",
value="true",
defaultValue="true")
@Singleton
public class AwsLambdaS3EventNotification
extends AwsLambdaEventFunctionFeature
implements LambdaTrigger
-
Field Summary
FieldsFields inherited from interface AwsFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWSFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AwsLambdaEventFunctionFeature
supportsMethods inherited from class AwsLambdaRelatedFeature
processSelectedFeaturesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsCloudFeature
getCloudMethods inherited from interface AwsLambdaEventFeature
getCategory, getFeatureClassMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AwsLambdaS3EventNotification
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-