interface AwsAuthProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EKS.Legacy.AwsAuthProps |
Java | software.amazon.awscdk.services.eks.legacy.AwsAuthProps |
Python | aws_cdk.aws_eks_legacy.AwsAuthProps |
TypeScript (source) | @aws-cdk/aws-eks-legacy » AwsAuthProps |
⚠️ Deprecated: undefined
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks_legacy from '@aws-cdk/aws-eks-legacy';
declare const cluster: eks_legacy.Cluster;
const awsAuthProps: eks_legacy.AwsAuthProps = {
cluster: cluster,
};
Properties
Name | Type | Description |
---|---|---|
cluster | Cluster | The EKS cluster to apply this configuration to. |
cluster
⚠️ Deprecated: undefined
Type:
Cluster
The EKS cluster to apply this configuration to.
[disable-awslint:ref-via-interface]