GetAccessEntryPlainArgs

data class GetAccessEntryPlainArgs(val clusterName: String, val principalArn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAccessEntryPlainArgs>

A collection of arguments for invoking getAccessEntry.

Constructors

Link copied to clipboard
fun GetAccessEntryPlainArgs(clusterName: String, principalArn: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Name of the EKS Cluster.

Link copied to clipboard

The IAM Principal ARN which requires Authentication access to the EKS cluster.

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