Service constructor
Service({
- List<
CapacityProviderStrategyItem> ? capacityProviderStrategy, - String? clusterArn,
- DateTime? createdAt,
- String? createdBy,
- DeploymentConfiguration? deploymentConfiguration,
- DeploymentController? deploymentController,
- List<
Deployment> ? deployments, - int? desiredCount,
- bool? enableECSManagedTags,
- List<
ServiceEvent> ? events, - int? healthCheckGracePeriodSeconds,
- LaunchType? launchType,
- List<
LoadBalancer> ? loadBalancers, - NetworkConfiguration? networkConfiguration,
- int? pendingCount,
- List<
PlacementConstraint> ? placementConstraints, - List<
PlacementStrategy> ? placementStrategy, - String? platformVersion,
- PropagateTags? propagateTags,
- String? roleArn,
- int? runningCount,
- SchedulingStrategy? schedulingStrategy,
- String? serviceArn,
- String? serviceName,
- List<
ServiceRegistry> ? serviceRegistries, - String? status,
- List<
Tag> ? tags, - String? taskDefinition,
- List<
TaskSet> ? taskSets,
Implementation
Service({
this.capacityProviderStrategy,
this.clusterArn,
this.createdAt,
this.createdBy,
this.deploymentConfiguration,
this.deploymentController,
this.deployments,
this.desiredCount,
this.enableECSManagedTags,
this.events,
this.healthCheckGracePeriodSeconds,
this.launchType,
this.loadBalancers,
this.networkConfiguration,
this.pendingCount,
this.placementConstraints,
this.placementStrategy,
this.platformVersion,
this.propagateTags,
this.roleArn,
this.runningCount,
this.schedulingStrategy,
this.serviceArn,
this.serviceName,
this.serviceRegistries,
this.status,
this.tags,
this.taskDefinition,
this.taskSets,
});