Package io.micronaut.starter.feature.aws
Interface AwsCloudFeature
- All Superinterfaces:
CloudFeature
- All Known Subinterfaces:
AwsApiFeature
,AwsFeature
,AwsLambdaEventFeature
,HandlerClassFeature
- All Known Implementing Classes:
AmazonApiGateway
,AmazonApiGatewayHttp
,AmazonCloudWatchLogging
,AmazonCognito
,ApiGatewayV2AwsLambdaHandlerProvider
,AwsAlexa
,AwsLambda
,AwsLambdaCustomRuntime
,AwsLambdaEventFunctionFeature
,AwsLambdaEventsSerde
,AwsLambdaRelatedFeature
,AwsLambdaS3EventNotification
,AwsLambdaScheduledEvent
,AwsV2Sdk
,BasecampAwsChatBot
,CdkFeature
,DefaultAwsLambdaHandlerProvider
,DynamoDb
,FunctionAwsLambdaHandlerProvider
,LambdaFunctionUrl
,ObjectStorageAws
,TelegramAwsChatBot
Marker interface for features that are specific to Amazon Web Services (AWS) cloud platform.
Extends CloudFeature
and overrides getCloud()
to return Cloud.AWS
,
-
Method Summary
-
Method Details
-
getCloud
- Specified by:
getCloud
in interfaceCloudFeature
-