interface IAccessEntryRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.IAccessEntryRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#IAccessEntryRef |
Java | software.amazon.awscdk.services.eks.IAccessEntryRef |
Python | aws_cdk.aws_eks.IAccessEntryRef |
TypeScript | aws-cdk-lib » aws_eks » IAccessEntryRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a AccessEntry.
Properties
| Name | Type | Description |
|---|---|---|
| access | Access | A reference to a AccessEntry resource. |
| node | Node | The tree node. |
accessEntryRef
Type:
Access
A reference to a AccessEntry resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript