ClusterIssueArgs

data class ClusterIssueArgs(val code: Output<ClusterIssueCodeEnumValueArgs>? = null, val message: Output<String>? = null, val resourceIds: Output<List<String>>? = null) : ConvertibleToJava<ClusterIssueArgs>

Definition of ClusterIssue

Constructors

Link copied to clipboard
constructor(code: Output<ClusterIssueCodeEnumValueArgs>? = null, message: Output<String>? = null, resourceIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val code: Output<ClusterIssueCodeEnumValueArgs>? = null

The error code of the issue.

Link copied to clipboard
val message: Output<String>? = null

A description of the issue.

Link copied to clipboard
val resourceIds: Output<List<String>>? = null

The resource IDs that the issue relates to.

Functions

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