Class cdkappstack
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.aws.template.cdkappstack
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class cdkappstack
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapiId()
applicationType
(ApplicationType applicationType) architecture
(CpuArchitecture architecture) artifactPath
(String artifactPath) protected com.fizzed.rocker.runtime.DefaultRockerTemplate
codeModule
(String codeModule) features()
functionId
(String functionId) static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
handler()
jdkVersion
(JdkVersion jdkVersion) boolean
nativeImage
(boolean nativeImage) boolean
optimized
(boolean optimized) project()
static cdkappstack
template
(Features features, Project project, BuildTool buildTool, ApplicationType applicationType, CpuArchitecture architecture, String codeModule, String artifactPath, String functionId, String apiId, String version, String handler, boolean nativeImage, boolean optimized, JdkVersion jdkVersion) version()
Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
cdkappstack
public cdkappstack()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
features
-
features
-
project
-
project
-
buildTool
-
buildTool
-
applicationType
-
applicationType
-
architecture
-
architecture
-
codeModule
-
codeModule
-
artifactPath
-
artifactPath
-
functionId
-
functionId
-
apiId
-
apiId
-
version
-
version
-
handler
-
handler
-
nativeImage
-
nativeImage
public boolean nativeImage() -
optimized
-
optimized
public boolean optimized() -
jdkVersion
-
jdkVersion
-
template
public static cdkappstack template(Features features, Project project, BuildTool buildTool, ApplicationType applicationType, CpuArchitecture architecture, String codeModule, String artifactPath, String functionId, String apiId, String version, String handler, boolean nativeImage, boolean optimized, JdkVersion jdkVersion) -
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
buildTemplate
in classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-