GetClusterResult

data class GetClusterResult(val creationTime: String? = null, val deletionProtectionEnabled: Boolean? = null, val identifier: String? = null, val resourceArn: String? = null, val status: String? = null, val tags: List<Tag>? = null, val vpcEndpointServiceName: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, deletionProtectionEnabled: Boolean? = null, identifier: String? = null, resourceArn: String? = null, status: String? = null, tags: List<Tag>? = null, vpcEndpointServiceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time of when the cluster was created in ISO-8601 format.

Link copied to clipboard

Whether deletion protection is enabled in this cluster.

Link copied to clipboard
val identifier: String? = null

The ID of the created cluster.

Link copied to clipboard
val resourceArn: String? = null

The Amazon Resource Name (ARN) for the cluster.

Link copied to clipboard
val status: String? = null

The status of the cluster.

Link copied to clipboard
val tags: List<Tag>? = null

A map of key and value pairs this cluster is tagged with.

Link copied to clipboard

The VPC endpoint service name.