AwsAuthProps
- class aws_cdk.aws_eks_legacy.AwsAuthProps(*, cluster)
Bases:
object
- Parameters:
cluster (
Cluster
) – (deprecated) The EKS cluster to apply this configuration to. [disable-awslint:ref-via-interface]- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_eks_legacy as eks_legacy # cluster: eks_legacy.Cluster aws_auth_props = eks_legacy.AwsAuthProps( cluster=cluster )
Attributes
- cluster
(deprecated) The EKS cluster to apply this configuration to.
[disable-awslint:ref-via-interface]
- Stability:
deprecated