Interface AwsAuthProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AwsAuthProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:01.382Z")
@Stability(Stable)
public interface AwsAuthProps
extends software.amazon.jsii.JsiiSerializable
Configuration props for the AwsAuth construct.
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.*; Cluster cluster; AwsAuthProps awsAuthProps = AwsAuthProps.builder() .cluster(cluster) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forAwsAuthProps
static final class
An implementation forAwsAuthProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic AwsAuthProps.Builder
builder()
The EKS cluster to apply this configuration to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCluster
The EKS cluster to apply this configuration to.[disable-awslint:ref-via-interface]
-
builder
- Returns:
- a
AwsAuthProps.Builder
ofAwsAuthProps
-