» 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

The following arguments are supported:

» Attributes Reference

In addition to all arguments above, the following attributes are exported: