Package io.micronaut.starter.feature.aws
Class Cdk
java.lang.Object
io.micronaut.starter.feature.aws.Cdk
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,MultiProjectFeature
,InfrastructureAsCodeFeature
@Requires(property="micronaut.starter.feature.aws.cdk.enabled",
value="true",
defaultValue="true")
@Singleton
public class Cdk
extends Object
implements MultiProjectFeature, InfrastructureAsCodeFeature
-
Field Summary
FieldsFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String
@NonNull String
getName()
The name of the feature.getThirdPartyDocumentation
(GeneratorContext generatorContext) getTitle()
boolean
This method must be implemented to ensure it is only selectable for the desired application types.boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.projectgen.core.feature.Feature
apply, getFrameworkDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.InfrastructureAsCodeFeature
getOrder
-
Field Details
-
INFRA_MODULE
- See Also:
-
NAME
- See Also:
-
-
Constructor Details
-
Cdk
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getTitle
-
getDescription
- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceFeature
-
supports
Description copied from interface:Feature
This 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. -
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The Category to which the feature belongs to.
-
useVersionCatalog
public boolean useVersionCatalog()- Returns:
- Whether the build should use Micronaut Gradle Version Catalog.
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentation
in interfaceFeature
- Parameters:
generatorContext
- Generator Context- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-