public final class Smithy2Cfn extends java.lang.Object implements SmithyBuildPlugin
| Constructor and Description |
|---|
Smithy2Cfn() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PluginContext context)
Executes the plugin, creating any number of artifacts.
|
java.lang.String |
getName()
Gets the name of the plugin.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateServiceFactory, createServiceFactory, createServiceFactory, isSerial, requiresValidModelpublic java.lang.String getName()
SmithyBuildPlugingetName in interface SmithyBuildPluginpublic void execute(PluginContext context)
SmithyBuildPluginexecute in interface SmithyBuildPlugincontext - Plugin context for build execution.