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
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCluster
Deprecated.(deprecated) The EKS cluster to apply this configuration to.[disable-awslint:ref-via-interface]
-
builder
Deprecated.- Returns:
- a
AwsAuthProps.Builder
ofAwsAuthProps
-