ClusterHealthArgs

data class ClusterHealthArgs(val issues: Output<List<ClusterIssueArgs>>? = null) : ConvertibleToJava<ClusterHealthArgs>

Definition of ClusterHealth

Constructors

Link copied to clipboard
constructor(issues: Output<List<ClusterIssueArgs>>? = null)

Properties

Link copied to clipboard
val issues: Output<List<ClusterIssueArgs>>? = null

An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

Functions

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