GetAccessEntryResult

data class GetAccessEntryResult(val accessEntryArn: String, val clusterName: String, val createdAt: String, val id: String, val kubernetesGroups: List<String>, val modifiedAt: String, val principalArn: String, val tags: Map<String, String>? = null, val tagsAll: Map<String, String>, val type: String, val userName: String)

A collection of values returned by getAccessEntry.

Constructors

Link copied to clipboard
constructor(accessEntryArn: String, clusterName: String, createdAt: String, id: String, kubernetesGroups: List<String>, modifiedAt: String, principalArn: String, tags: Map<String, String>? = null, tagsAll: Map<String, String>, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the Access Entry.

Link copied to clipboard
Link copied to clipboard

Date and time in RFC3339 format that the EKS add-on was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of string which can optionally specify the Kubernetes groups the user would belong to when creating an access entry.

Link copied to clipboard

Date and time in RFC3339 format that the EKS add-on was updated.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard

(Optional) Key-value map of resource tags, including those inherited from the provider default_tags configuration block.

Link copied to clipboard

Defaults to STANDARD which provides the standard workflow. EC2_LINUX, EC2_WINDOWS, FARGATE_LINUX types disallow users to input a username or groups, and prevent associations.

Link copied to clipboard

Defaults to principal ARN if user is principal else defaults to assume-role/session-name is role is used.