Acl

class Acl

An Access Control List. You can authenticate users with Access Contol Lists. ACLs enable you to control cluster access by grouping users. These Access control lists are designed as a way to organize access to clusters.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the ACL

Link copied to clipboard

A list of clusters associated with the ACL.

Link copied to clipboard

The minimum engine version supported for the ACL

Link copied to clipboard
val name: String?

The name of the Access Control List

Link copied to clipboard

A list of updates being applied to the ACL.

Link copied to clipboard

Indicates ACL status. Can be "creating", "active", "modifying", "deleting".

Link copied to clipboard

The list of user names that belong to the ACL.

Functions

Link copied to clipboard
inline fun copy(block: Acl.Builder.() -> Unit = {}): Acl
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