Interface AwsAuthMapping

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:29.565Z") @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());