CloudFormationTarget constructor

CloudFormationTarget({
  1. String? deploymentId,
  2. DateTime? lastUpdatedAt,
  3. List<LifecycleEvent>? lifecycleEvents,
  4. String? resourceType,
  5. TargetStatus? status,
  6. String? targetId,
  7. double? targetVersionWeight,
})

Implementation

CloudFormationTarget({
  this.deploymentId,
  this.lastUpdatedAt,
  this.lifecycleEvents,
  this.resourceType,
  this.status,
  this.targetId,
  this.targetVersionWeight,
});