totalStackInstancesCount property
The total number of stack instances belonging to this stack set.
The total number of stack instances is equal to the total of:
- Stack instances that match the stack set configuration.
- Stack instances that have drifted from the stack set configuration.
- Stack instances where the drift detection operation has failed.
- Stack instances currently being checked for drift.
Implementation
final int? totalStackInstancesCount;