class Aws::MemoryDB::Types::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.

@!attribute [rw] name

The name of the Access Control List
@return [String]

@!attribute [rw] status

Indicates ACL status. Can be "creating", "active",
"modifying", "deleting".
@return [String]

@!attribute [rw] user_names

The list of user names that belong to the ACL.
@return [Array<String>]

@!attribute [rw] minimum_engine_version

The minimum engine version supported for the ACL
@return [String]

@!attribute [rw] pending_changes

A list of updates being applied to the ACL.
@return [Types::ACLPendingChanges]

@!attribute [rw] clusters

A list of clusters associated with the ACL.
@return [Array<String>]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the ACL
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/ACL AWS API Documentation

Constants

SENSITIVE