@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:38.221Z")
public interface AwsAuthProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
AwsAuthProps.Builder
A builder for
AwsAuthProps |
static class |
AwsAuthProps.Jsii$Proxy
An implementation for
AwsAuthProps |
Modifier and Type | Method and Description |
---|---|
static AwsAuthProps.Builder |
builder() |
Cluster |
getCluster()
The EKS cluster to apply this configuration to.
|
Cluster getCluster()
[disable-awslint:ref-via-interface]
static AwsAuthProps.Builder builder()
AwsAuthProps.Builder
of AwsAuthProps