abstract class Stack extends software.amazon.awscdk.Stack
CDK stack.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stack
- Stack
- ITaggable
- Construct
- IConstruct
- IDependable
- JsiiObject
- JsiiSerializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Stack(id: Option[String] = None, props: Option[StackProps] = None)(implicit appCtx: software.amazon.awscdk.App)
- id
Optional stack ID.
- props
Optional stack properties.
- appCtx
CDK app context.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def $jsii$toJson(): TreeNode
- Definition Classes
- JsiiSerializable
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDependency(arg0: software.amazon.awscdk.Stack): Unit
- Definition Classes
- Stack
- def addDependency(arg0: software.amazon.awscdk.Stack, arg1: String): Unit
- Definition Classes
- Stack
- def addTransform(arg0: String): Unit
- Definition Classes
- Stack
- def allocateLogicalId(arg0: CfnElement): String
- Attributes
- protected[awscdk]
- Definition Classes
- Stack
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exportValue(arg0: AnyRef): String
- Definition Classes
- Stack
- def exportValue(arg0: AnyRef, arg1: ExportValueOptions): String
- Definition Classes
- Stack
- def formatArn(arg0: ArnComponents): String
- Definition Classes
- Stack
- def getAccount(): String
- Definition Classes
- Stack
- def getArtifactId(): String
- Definition Classes
- Stack
- def getAvailabilityZones(): List[String]
- Definition Classes
- Stack
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDependencies(): List[software.amazon.awscdk.Stack]
- Definition Classes
- Stack
- def getEnvironment(): String
- Definition Classes
- Stack
- def getLogicalId(arg0: CfnElement): String
- Definition Classes
- Stack
- def getNested(): Boolean
- Definition Classes
- Stack
- def getNestedStackParent(): software.amazon.awscdk.Stack
- Definition Classes
- Stack
- def getNestedStackResource(): CfnResource
- Definition Classes
- Stack
- def getNode(): Node
- Definition Classes
- Construct → IConstruct
- def getNotificationArns(): List[String]
- Definition Classes
- Stack
- def getPartition(): String
- Definition Classes
- Stack
- def getRegion(): String
- Definition Classes
- Stack
- def getStackId(): String
- Definition Classes
- Stack
- def getStackName(): String
- Definition Classes
- Stack
- def getSynthesizer(): IStackSynthesizer
- Definition Classes
- Stack
- def getTags(): TagManager
- Definition Classes
- Stack → ITaggable
- def getTemplateFile(): String
- Definition Classes
- Stack
- def getTemplateOptions(): ITemplateOptions
- Definition Classes
- Stack
- def getTerminationProtection(): Boolean
- Definition Classes
- Stack
- def getUrlSuffix(): String
- Definition Classes
- Stack
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def jsiiAsyncCall[T <: AnyRef](arg0: String, arg1: NativeType[T], arg2: <repeated...>[AnyRef]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def renameLogicalId(arg0: String, arg1: String): Unit
- Definition Classes
- Stack
- def reportMissingContextKey(arg0: MissingContext): Unit
- Definition Classes
- Stack
- def resolve(arg0: AnyRef): AnyRef
- Definition Classes
- Stack
- def splitArn(arg0: String, arg1: ArnFormat): ArnComponents
- Definition Classes
- Stack
- implicit lazy val stackCtx: software.amazon.awscdk.Stack
- Attributes
- protected[this]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJsonString(arg0: AnyRef): String
- Definition Classes
- Stack
- def toJsonString(arg0: AnyRef, arg1: Number): String
- Definition Classes
- Stack
- def toString(): String
- Definition Classes
- Construct → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def addDockerImageAsset(arg0: DockerImageAssetSource): DockerImageAssetLocation
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def addFileAsset(arg0: FileAssetSource): FileAssetLocation
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def getParentStack(): software.amazon.awscdk.Stack
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- final def jsiiAsyncCall[T <: AnyRef](arg0: String, arg1: Class[T], arg2: <repeated...>[AnyRef]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @transient() @Deprecated
- Deprecated
- final def jsiiCall[T <: AnyRef](arg0: String, arg1: NativeType[T], arg2: <repeated...>[AnyRef]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @transient() @Deprecated
- Deprecated
- final def jsiiCall[T <: AnyRef](arg0: String, arg1: Class[T], arg2: <repeated...>[AnyRef]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @transient() @Deprecated
- Deprecated
- final def jsiiGet[T <: AnyRef](arg0: String, arg1: NativeType[T]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @Deprecated
- Deprecated
- final def jsiiGet[T <: AnyRef](arg0: String, arg1: Class[T]): T
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @Deprecated
- Deprecated
- final def jsiiSet(arg0: String, arg1: AnyRef): Unit
- Attributes
- protected[jsii]
- Definition Classes
- JsiiObject
- Annotations
- @Deprecated
- Deprecated
- def parseArn(arg0: String): ArnComponents
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def parseArn(arg0: String, arg1: String): ArnComponents
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def parseArn(arg0: String, arg1: String, arg2: Boolean): ArnComponents
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def prepareCrossReference(arg0: software.amazon.awscdk.Stack, arg1: Reference): IResolvable
- Attributes
- protected[awscdk]
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated
- def reportMissingContext(arg0: MissingContext): Unit
- Definition Classes
- Stack
- Annotations
- @Deprecated
- Deprecated