Interface AwsAuthMapping

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.845Z") @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());