GetAccessEntryResult

data class GetAccessEntryResult(val accessEntryArn: String? = null, val accessPolicies: List<AccessEntryAccessPolicy>? = null, val kubernetesGroups: List<String>? = null, val tags: List<Tag>? = null, val username: String? = null)

Constructors

Link copied to clipboard
constructor(accessEntryArn: String? = null, accessPolicies: List<AccessEntryAccessPolicy>? = null, kubernetesGroups: List<String>? = null, tags: List<Tag>? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessEntryArn: String? = null

The ARN of the access entry.

Link copied to clipboard

An array of access policies that are associated with the access entry.

Link copied to clipboard

The Kubernetes groups that the access entry is associated with.

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

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

Link copied to clipboard
val username: String? = null

The Kubernetes user that the access entry is associated with.