ecsServices property

List<ECSService>? ecsServices
final

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

Implementation

final List<ECSService>? ecsServices;