StackEvent constructor
StackEvent({
- required String eventId,
- required String stackId,
- required String stackName,
- required DateTime timestamp,
- String? clientRequestToken,
- String? logicalResourceId,
- String? physicalResourceId,
- String? resourceProperties,
- ResourceStatus? resourceStatus,
- String? resourceStatusReason,
- String? resourceType,
Implementation
StackEvent({
required this.eventId,
required this.stackId,
required this.stackName,
required this.timestamp,
this.clientRequestToken,
this.logicalResourceId,
this.physicalResourceId,
this.resourceProperties,
this.resourceStatus,
this.resourceStatusReason,
this.resourceType,
});