Stack constructor
Stack({
- required DateTime creationTime,
- required String stackName,
- required StackStatus stackStatus,
- List<
Capability> ? capabilities, - String? changeSetId,
- DateTime? deletionTime,
- String? description,
- bool? disableRollback,
- StackDriftInformation? driftInformation,
- bool? enableTerminationProtection,
- DateTime? lastUpdatedTime,
- List<
String> ? notificationARNs, - List<
Output> ? outputs, - List<
Parameter> ? parameters, - String? parentId,
- String? roleARN,
- RollbackConfiguration? rollbackConfiguration,
- String? rootId,
- String? stackId,
- String? stackStatusReason,
- List<
Tag> ? tags, - int? timeoutInMinutes,
Implementation
Stack({
required this.creationTime,
required this.stackName,
required this.stackStatus,
this.capabilities,
this.changeSetId,
this.deletionTime,
this.description,
this.disableRollback,
this.driftInformation,
this.enableTerminationProtection,
this.lastUpdatedTime,
this.notificationARNs,
this.outputs,
this.parameters,
this.parentId,
this.roleARN,
this.rollbackConfiguration,
this.rootId,
this.stackId,
this.stackStatusReason,
this.tags,
this.timeoutInMinutes,
});