Manages mapping between IAM users and roles to Kubernetes RBAC configuration.
import { AwsAuth } from 'aws-cdk-lib/aws-eks';Or use the module namespace:
import * as eks from 'aws-cdk-lib/aws-eks';
// eks.AwsAuthConfiguration passed to the constructor as AwsAuthProps.
clusterRequiredClusterThe EKS cluster to apply this configuration to. [disable-awslint:ref-via-interface]
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-eks