class Aws::CodeDeploy::Types::ECSService

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

@note When making an API call, you may pass ECSService

data as a hash:

    {
      service_name: "ECSServiceName",
      cluster_name: "ECSClusterName",
    }

@!attribute [rw] service_name

The name of the target Amazon ECS service.
@return [String]

@!attribute [rw] cluster_name

The name of the cluster that the Amazon ECS service is associated
with.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ECSService AWS API Documentation

Constants

SENSITIVE