StackResourceDrift constructor
StackResourceDrift({
- required String logicalResourceId,
- required String resourceType,
- required String stackId,
- required StackResourceDriftStatus stackResourceDriftStatus,
- required DateTime timestamp,
- String? actualProperties,
- String? expectedProperties,
- ModuleInfo? moduleInfo,
- String? physicalResourceId,
- List<
PhysicalResourceIdContextKeyValuePair> ? physicalResourceIdContext, - List<
PropertyDifference> ? propertyDifferences,
Implementation
StackResourceDrift({
required this.logicalResourceId,
required this.resourceType,
required this.stackId,
required this.stackResourceDriftStatus,
required this.timestamp,
this.actualProperties,
this.expectedProperties,
this.moduleInfo,
this.physicalResourceId,
this.physicalResourceIdContext,
this.propertyDifferences,
});