DeploymentGroupEcsService constructor

const DeploymentGroupEcsService({
  1. required Input<String> clusterName,
  2. required Input<String> serviceName,
})

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,
});