implicit final class StackOps extends AnyVal
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StackOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StackOps(stack: Stack)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setCloudFormationInterface(cloudFormationInterface: CloudFormationInterface): Unit
Set a CloudFormation interface in the stack's metadata.
Set a CloudFormation interface in the stack's metadata. Will overwrite a previously set CloudFormation interface if present. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-interface.html
- cloudFormationInterface
CloudFormation interface.
- def toString(): String
- Definition Classes
- Any