class Aws::MemoryDB::Types::CreateACLRequest

@note When making an API call, you may pass CreateACLRequest

data as a hash:

    {
      acl_name: "String", # required
      user_names: ["UserName"],
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] acl_name

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

@!attribute [rw] user_names

The list of users that belong to the Access Control List.
@return [Array<String>]

@!attribute [rw] tags

A list of tags to be added to this resource. A tag is a key-value
pair. A tag key must be accompanied by a tag value, although null is
accepted.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE