Get Service Result
data class GetServiceResult(val arn: String, val availabilityZoneRebalancing: 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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Number of tasks for the ECS Service
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
Family for the latest ACTIVE revision or full ARN of the task definition.