AccessEntry

class AccessEntry : KotlinCustomResource

An object representing an Amazon EKS AccessEntry.

Properties

Link copied to clipboard
val accessEntryArn: Output<String>

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
val clusterName: Output<String>

The cluster that the access entry is created for.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The Kubernetes groups that the access entry is associated with.

Link copied to clipboard
val principalArn: Output<String>

The principal ARN that the access entry is created for.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val type: Output<String>?

The node type to associate with the access entry.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val username: Output<String>?

The Kubernetes user that the access entry is associated with.