EcsParameters constructor
EcsParameters({
- required String taskDefinitionArn,
- String? group,
- LaunchType? launchType,
- NetworkConfiguration? networkConfiguration,
- String? platformVersion,
- int? taskCount,
Implementation
EcsParameters({
required this.taskDefinitionArn,
this.group,
this.launchType,
this.networkConfiguration,
this.platformVersion,
this.taskCount,
});