Access Entry Args
data class AccessEntryArgs(val accessPolicies: Output<List<AccessEntryAccessPolicyArgs>>? = null, val clusterName: Output<String>? = null, val kubernetesGroups: Output<List<String>>? = null, val principalArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<AccessEntryArgs>
An object representing an Amazon EKS AccessEntry.
Constructors
Link copied to clipboard
constructor(accessPolicies: Output<List<AccessEntryAccessPolicyArgs>>? = null, clusterName: Output<String>? = null, kubernetesGroups: Output<List<String>>? = null, principalArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null, username: Output<String>? = null)
Properties
Link copied to clipboard
An array of access policies that are associated with the access entry.
Link copied to clipboard
The cluster that the access entry is created for.
Link copied to clipboard
The Kubernetes groups that the access entry is associated with.
Link copied to clipboard
The principal ARN that the access entry is created for.