DeploymentGroupEcsService constructor
const
DeploymentGroupEcsService({})
Creates a new DeploymentGroupEcsService.
clusterName The name of the ECS cluster.
serviceName The name of the ECS service.
Implementation
const DeploymentGroupEcsService({
required this.clusterName,
required this.serviceName,
});