DescribeClusterResponse

Placeholder documentation for DescribeClusterResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of this Cluster. It is automatically assigned when the Cluster is created.

Link copied to clipboard

Placeholder documentation for __listOf__string

Link copied to clipboard

The hardware type for the Cluster

Link copied to clipboard
val id: String?

The ID of the Cluster. Unique in the AWS account. The ID is the resource-id portion of the ARN.

Link copied to clipboard

The ARN of the IAM role for the Node in this Cluster. Any Nodes that are associated with this Cluster assume this role. The role gives permissions to the operations that you expect these Node to perform.

Link copied to clipboard
val name: String?

The name that you specified for the Cluster.

Link copied to clipboard

Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.

Link copied to clipboard

The current state of the Cluster.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String