Delete Acl
memorydb_delete_acl | R Documentation |
Deletes an Access Control List¶
Description¶
Deletes an Access Control List. The ACL must first be disassociated from the cluster before it can be deleted. For more information, see Authenticating users with Access Contol Lists (ACLs).
Usage¶
Arguments¶
ACLName
[required] The name of the Access Control List to delete
Value¶
A list with the following syntax:
list(
ACL = list(
Name = "string",
Status = "string",
UserNames = list(
"string"
),
MinimumEngineVersion = "string",
PendingChanges = list(
UserNamesToRemove = list(
"string"
),
UserNamesToAdd = list(
"string"
)
),
Clusters = list(
"string"
),
ARN = "string"
)
)