TaskSet constructor

TaskSet({
  1. List<CapacityProviderStrategyItem>? capacityProviderStrategy,
  2. String? clusterArn,
  3. int? computedDesiredCount,
  4. DateTime? createdAt,
  5. String? externalId,
  6. String? id,
  7. LaunchType? launchType,
  8. List<LoadBalancer>? loadBalancers,
  9. NetworkConfiguration? networkConfiguration,
  10. int? pendingCount,
  11. String? platformVersion,
  12. int? runningCount,
  13. Scale? scale,
  14. String? serviceArn,
  15. List<ServiceRegistry>? serviceRegistries,
  16. StabilityStatus? stabilityStatus,
  17. DateTime? stabilityStatusAt,
  18. String? startedBy,
  19. String? status,
  20. List<Tag>? tags,
  21. String? taskDefinition,
  22. String? taskSetArn,
  23. DateTime? updatedAt,
})

Implementation

TaskSet({
  this.capacityProviderStrategy,
  this.clusterArn,
  this.computedDesiredCount,
  this.createdAt,
  this.externalId,
  this.id,
  this.launchType,
  this.loadBalancers,
  this.networkConfiguration,
  this.pendingCount,
  this.platformVersion,
  this.runningCount,
  this.scale,
  this.serviceArn,
  this.serviceRegistries,
  this.stabilityStatus,
  this.stabilityStatusAt,
  this.startedBy,
  this.status,
  this.tags,
  this.taskDefinition,
  this.taskSetArn,
  this.updatedAt,
});