AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

AwsAuth

Manages mapping between IAM users and roles to Kubernetes RBAC configuration.

Import

import { AwsAuth } from 'aws-cdk-lib/aws-eks';

Or use the module namespace:

import * as eks from 'aws-cdk-lib/aws-eks';
// eks.AwsAuth

Properties

Configuration passed to the constructor as AwsAuthProps.

clusterRequired
Cluster

The EKS cluster to apply this configuration to. [disable-awslint:ref-via-interface]

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter