StackResource constructor
StackResource({
- required String logicalResourceId,
- required ResourceStatus resourceStatus,
- required String resourceType,
- required DateTime timestamp,
- String? description,
- StackResourceDriftInformation? driftInformation,
- ModuleInfo? moduleInfo,
- String? physicalResourceId,
- String? resourceStatusReason,
- String? stackId,
- String? stackName,
Implementation
StackResource({
required this.logicalResourceId,
required this.resourceStatus,
required this.resourceType,
required this.timestamp,
this.description,
this.driftInformation,
this.moduleInfo,
this.physicalResourceId,
this.resourceStatusReason,
this.stackId,
this.stackName,
});