Class LambdaFunctionUrl
java.lang.Object
io.micronaut.starter.feature.aws.CdkFeature
io.micronaut.starter.feature.aws.LambdaFunctionUrl
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, AwsApiFeature, AwsCloudFeature, AwsFeature, AwsLambdaEventFeature, LambdaTrigger, Feature, CloudFeature, LambdaRuntimeMainClass, OneOfFeature
@Requires(property="micronaut.starter.feature.aws.lambda.function.url.enabled",
value="true",
defaultValue="true")
@Singleton
public class LambdaFunctionUrl
extends CdkFeature
implements AwsApiFeature, LambdaRuntimeMainClass
-
Field Summary
FieldsFields inherited from interface AwsApiFeature
MICRONAUT_AWS_APIGATEWAYFields 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 CdkFeature
processSelectedFeaturesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsApiFeature
apply, getMicronautDocumentationMethods inherited from interface AwsCloudFeature
getCloudMethods inherited from interface AwsLambdaEventFeature
getCategory, getFeatureClassMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
LambdaFunctionUrl
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentationin interfaceAwsApiFeature- Specified by:
getThirdPartyDocumentationin interfaceFeature- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
supports
Description copied from interface:FeatureThis method must be implemented to ensure it is only selectable for the desired application types. This method is not used for determining if a default feature should be applied.- Specified by:
supportsin interfaceAwsApiFeature- Specified by:
supportsin interfaceFeature- Parameters:
applicationType- The application type- Returns:
- True if the feature can be selected by the user
-
getLambdaRuntimeMainClass
- Specified by:
getLambdaRuntimeMainClassin interfaceLambdaRuntimeMainClass
-