GetServicePlainArgs

data class GetServicePlainArgs(val clusterArn: String, val serviceName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(clusterArn: String, serviceName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ARN of the ECS Cluster

Link copied to clipboard

Name of the ECS Service

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs