GetClustersResult

data class GetClustersResult(val clusterArns: List<String>, val id: String)

A collection of values returned by getClusters.

Constructors

Link copied to clipboard
constructor(clusterArns: List<String>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of ECS cluster ARNs associated with the account.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.