Data Source: aws_ecs_service

The ECS Service data source allows access to details of a specific Service within a AWS ECS Cluster.

Example Usage

data "aws_ecs_service" "example" {
  service_name = "example"
  cluster_arn  = data.aws_ecs_cluster.example.arn
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: