Get Access Entry Result
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.
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
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