GetServiceResult

data class GetServiceResult(val arn: String, val clusterArn: String, val desiredCount: Int, val id: String, val launchType: String, val schedulingStrategy: String, val serviceName: String, val tags: Map<String, String>, val taskDefinition: String)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(arn: String, clusterArn: String, desiredCount: Int, id: String, launchType: String, schedulingStrategy: String, serviceName: String, tags: Map<String, String>, taskDefinition: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the ECS Service

Link copied to clipboard
Link copied to clipboard

Number of tasks for the ECS Service

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Launch type for the ECS Service

Link copied to clipboard

Scheduling strategy for the ECS Service

Link copied to clipboard
Link copied to clipboard

Resource tags.

Link copied to clipboard

Family for the latest ACTIVE revision or full ARN of the task definition.