GetClustersResult

data class GetClustersResult(val clusterArns: List<String>, val clusterIdentifiers: List<String>, val filters: List<GetClustersFilter>? = null, val id: String)

A collection of values returned by getClusters.

Constructors

Link copied to clipboard
constructor(clusterArns: List<String>, clusterIdentifiers: List<String>, filters: List<GetClustersFilter>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of cluster ARNs of the matched RDS clusters.

Link copied to clipboard

Set of ARNs of cluster identifiers of the matched RDS clusters.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.