Uses of Interface
software.amazon.awscdk.services.eks.AwsAuthMapping
-
Uses of AwsAuthMapping in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionvoid
AwsAuth.addRoleMapping
(IRole role, AwsAuthMapping mapping) Adds a mapping between an IAM role to a Kubernetes user and groups.void
AwsAuth.addUserMapping
(IUser user, AwsAuthMapping mapping) Adds a mapping between an IAM user to a Kubernetes user and groups.