Interface AwsAuthProps

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

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

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.eks.legacy.*;
 Cluster cluster;
 AwsAuthProps awsAuthProps = AwsAuthProps.builder()
         .cluster(cluster)
         .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.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson