CloudFormationTarget constructor
CloudFormationTarget({
- String? deploymentId,
- DateTime? lastUpdatedAt,
- List<
LifecycleEvent> ? lifecycleEvents, - String? resourceType,
- TargetStatus? status,
- String? targetId,
- double? targetVersionWeight,
Implementation
CloudFormationTarget({
this.deploymentId,
this.lastUpdatedAt,
this.lifecycleEvents,
this.resourceType,
this.status,
this.targetId,
this.targetVersionWeight,
});