GetServicePlainArgs

data class GetServicePlainArgs(val cluster: String, val serviceArn: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(cluster: String, serviceArn: String)

Properties

Link copied to clipboard

The short name or full Amazon Resource Name (ARN) of the cluster that you run your service on. If you do not specify a cluster, the default cluster is assumed.

Link copied to clipboard

Not currently supported in AWS CloudFormation .

Functions

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