Packages

abstract class App extends software.amazon.awscdk.App

CDK application, can have one or more stacks.

Linear Supertypes
software.amazon.awscdk.App, Stage, Construct, IConstruct, IDependable, JsiiObject, JsiiSerializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. App
  2. App
  3. Stage
  4. Construct
  5. IConstruct
  6. IDependable
  7. JsiiObject
  8. JsiiSerializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new App(props: Option[AppProps] = None)

    props

    Optional app properties.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def $jsii$toJson(): TreeNode
    Definition Classes
    JsiiSerializable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. implicit lazy val appCtx: software.amazon.awscdk.App
    Attributes
    protected[this]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getAccount(): String
    Definition Classes
    Stage
  11. def getArtifactId(): String
    Definition Classes
    Stage
  12. def getAssetOutdir(): String
    Definition Classes
    Stage
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getNode(): Node
    Definition Classes
    Construct → IConstruct
  15. def getOutdir(): String
    Definition Classes
    Stage
  16. def getParentStage(): Stage
    Definition Classes
    Stage
  17. def getRegion(): String
    Definition Classes
    Stage
  18. def getStageName(): String
    Definition Classes
    Stage
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def jsiiAsyncCall[T <: AnyRef](arg0: String, arg1: NativeType[T], arg2: <repeated...>[AnyRef]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @transient()
  22. def main(args: Array[String]): Unit
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def run(): Unit
    Attributes
    protected[this]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def synth(): CloudAssembly
    Definition Classes
    Stage
  29. def synth(arg0: StageSynthesisOptions): CloudAssembly
    Definition Classes
    Stage
  30. def toString(): String
    Definition Classes
    Construct → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. final def jsiiAsyncCall[T <: AnyRef](arg0: String, arg1: Class[T], arg2: <repeated...>[AnyRef]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @transient() @Deprecated
    Deprecated
  3. final def jsiiCall[T <: AnyRef](arg0: String, arg1: NativeType[T], arg2: <repeated...>[AnyRef]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @transient() @Deprecated
    Deprecated
  4. final def jsiiCall[T <: AnyRef](arg0: String, arg1: Class[T], arg2: <repeated...>[AnyRef]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @transient() @Deprecated
    Deprecated
  5. final def jsiiGet[T <: AnyRef](arg0: String, arg1: NativeType[T]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @Deprecated
    Deprecated
  6. final def jsiiGet[T <: AnyRef](arg0: String, arg1: Class[T]): T
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @Deprecated
    Deprecated
  7. final def jsiiSet(arg0: String, arg1: AnyRef): Unit
    Attributes
    protected[jsii]
    Definition Classes
    JsiiObject
    Annotations
    @Deprecated
    Deprecated

Inherited from software.amazon.awscdk.App

Inherited from Stage

Inherited from Construct

Inherited from IConstruct

Inherited from IDependable

Inherited from JsiiObject

Inherited from JsiiSerializable

Inherited from AnyRef

Inherited from Any

Ungrouped