Interface AwsAuthMapping

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

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-24T10:56:31.724Z") @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());