AclArgs

data class AclArgs(val aclName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val userNames: Output<List<String>>? = null) : ConvertibleToJava<AclArgs>

Resource Type definition for AWS::MemoryDB::ACL

Constructors

Link copied to clipboard
constructor(aclName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, userNames: Output<List<String>>? = null)

Properties

Link copied to clipboard
val aclName: Output<String>? = null

The name of the acl.

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

An array of key-value pairs to apply to this cluster.

Link copied to clipboard
val userNames: Output<List<String>>? = null

List of users associated to this acl.

Functions

Link copied to clipboard
open override fun toJava(): AclArgs