CdkApp

abstract
class CdkApp(props: Option[AppProps]) extends App

CDK application, can have one or more stacks.

Value Params
props

Optional app properties.

class App
class Stage
class Construct
trait IConstruct
trait IDependable
class JsiiObject
trait JsiiSerializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def main(args: Array[String]): Unit

Inherited methods

def $jsii$toJson(): TreeNode
Inherited from
JsiiSerializable
@Nullable
def getAccount(): String
Inherited from
Stage
@NotNull
def getArtifactId(): String
Inherited from
Stage
@NotNull
def getAssetOutdir(): String
Inherited from
Stage
@NotNull
def getNode(): Node
Inherited from
Construct
@NotNull
def getOutdir(): String
Inherited from
Stage
@Nullable
def getParentStage(): Stage
Inherited from
Stage
@Nullable
def getRegion(): String
Inherited from
Stage
@NotNull
def getStageName(): String
Inherited from
Stage
@NotNull
def synth(): CloudAssembly
Inherited from
Stage
@NotNull
def synth(x$0: StageSynthesisOptions): CloudAssembly
Inherited from
Stage
@NotNull
def toString(): String
Inherited from
Construct