StackInstance class
An AWS CloudFormation stack, in a specific account and region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status.
Constructors
- StackInstance({String? account, String? region, StackInstanceStatus? stackInstanceStatus})
-
StackInstance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account → String?
-
The name of the AWS account that the stack instance is associated with.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- region → String?
-
The name of the AWS region that the stack instance is associated with.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackInstanceStatus → StackInstanceStatus?
-
The status of the stack instance, in terms of its synchronization with its
associated stack set.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited