Interface Mapping

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:46.785Z") @Stability(Deprecated) @Deprecated public interface Mapping extends software.amazon.jsii.JsiiSerializable
Deprecated.
Example:

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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    static final class 
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Deprecated.
    default String
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson