TaskSet constructor
TaskSet({
- List<
CapacityProviderStrategyItem> ? capacityProviderStrategy, - String? clusterArn,
- int? computedDesiredCount,
- DateTime? createdAt,
- String? externalId,
- String? id,
- LaunchType? launchType,
- List<
LoadBalancer> ? loadBalancers, - NetworkConfiguration? networkConfiguration,
- int? pendingCount,
- String? platformVersion,
- int? runningCount,
- Scale? scale,
- String? serviceArn,
- List<
ServiceRegistry> ? serviceRegistries, - StabilityStatus? stabilityStatus,
- DateTime? stabilityStatusAt,
- String? startedBy,
- String? status,
- List<
Tag> ? tags, - String? taskDefinition,
- String? taskSetArn,
- 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,
});