GetAclResult

data class GetAclResult(val arn: String? = null, val status: String? = null, val tags: List<Tag>? = null, val userNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, status: String? = null, tags: List<Tag>? = null, userNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the acl.

Link copied to clipboard
val status: String? = null

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

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

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

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

List of users associated to this acl.