Interface AwsAuthMapping

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AwsAuthMapping.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-27T13:11:59.376Z") @Stability(Stable) public interface AwsAuthMapping extends software.amazon.jsii.JsiiSerializable
AwsAuth mapping.

Example:

 Cluster cluster;
 User adminUser = new User(this, "Admin");
 cluster.awsAuth.addUserMapping(adminUser, AwsAuthMapping.builder().groups(List.of("system:masters")).build());